# Inversion Semiconductor Brand Identity

A complete profile of **Inversion Semiconductor**'s visual system — colors, typography, components, and personality.

## Quick Facts

| Field     | Value      |
|-----------|------------|
| Primary   | #5A07BF    |
| Accent    | #5A07BF    |
| Body Font | Roboto     |
| Heading Font | Avenir  |

## Color Palette

- primary: #5A07BF
- accent: #5A07BF
- background: #0D0D0D
- textPrimary: #FFFFFF
- link: #5A07BF

## Typography

- primary: Roboto — https://fonts.google.com/specimen/Roboto
- heading: Avenir — https://fonts.google.com/specimen/Avenir

## Visual Assets

- Logo: 
- Favicon:

## UI Components

- buttonPrimary: background=#5A07BF, textColor=#FFFFFF, borderRadius=4px, shadow=none

## Brand Personality

Tone: professional · Energy: medium · Audience: technology professionals

## Inversion Semiconductor Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

- **Inversion Semiconductor**  
  - Image:   
  - Source: https://www.inversionsemi.com/  
- **Startup aims to shrink particle accelerators to transform semiconductor manufacturing | TechSpot**  
  - Image:   
  - Source: https://www.techspot.com/news/108268-startup-aims-shrink-particle-accelerators-transform-semiconductor-manufacturing.html  
- **AI Landing page website animation technology ✦ ISO by Lazarev. | Web Design for Lazarev. UI/UX Design Agency on Dribbble**  
  - Image:   
  - Source: https://dribbble.com/shots/26020425-AI-Landing-page-website-animation-technology-ISO  
- **Futuristic Scroll Animation for Semiconductor | Lazarev. — AI & Digital Product Design Agency posted on the topic | LinkedIn**  
  - Image:   
  - Source: https://www.linkedin.com/posts/lazarevagency_futuristic-scroll-animation-for-semiconductor-activity-7328328594047258624-WUQP  
- **Inversion Semiconductor aims at brighter, faster lithography...**  
  - Image:   
  - Source: https://www.eenewseurope.com/en/inversion-semiconductor-aims-at-brighter-faster-lithography/

## Working with these fonts

### Instructions for font access:
1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font".
3. Hard-reload the page and navigate through different sections to capture font URLs.
4. Download the font files locally and note the corresponding @font-face declarations in the CSS.

## Machine-Readable Profile

```json  
{  
 "colorScheme": "dark",  
 "fonts": [  
 {  
 "family": "Roboto",  
 "role": "body"  
 },  
 {  
 "family": "Avenir",  
 "role": "heading"  
 },  
 {  
 "family": "Avenir Next",  
 "role": "heading"  
 },  
 {  
 "family": "Helvetica Neue",  
 "role": "body"  
 },  
 {  
 "family": "Segoe UI",  
 "role": "body"  
 }  
 ],  
 "colors": {  
 "primary": "#5A07BF",  
 "accent": "#5A07BF",  
 "background": "#0D0D0D",  
 "textPrimary": "#FFFFFF",  
 "link": "#5A07BF"  
 },  
 "typography": {  
 "fontFamilies": {  
 "primary": "Roboto",  
 "heading": "Avenir"  
 },  
 "fontStacks": {  
 "heading": [  
 "Roboto",  
 "sans-serif"  
 ],  
 "body": [  
 "Roboto",  
 "sans-serif"  
 ],  
 "paragraph": [  
 "Roboto",  
 "sans-serif"  
 ]  
 },  
 "fontSizes": {  
 "h1": "72px",  
 "h2": "72px",  
 "body": "28px"  
 }  
 },  
 "spacing": {  
 "baseUnit": 8,  
 "borderRadius": "0px"  
 },  
 "components": {  
 "buttonPrimary": {  
 "background": "#5A07BF",  
 "textColor": "#FFFFFF",  
 "borderRadius": "4px",  
 "borderRadiusCorners": {  
 "topLeft": "4px",  
 "topRight": "4px",  
 "bottomRight": "4px",  
 "bottomLeft": "4px"  
 },  
 "shadow": "none"  
 }  
 },  
 "images": {  
 "logo": "https://cdn.prod.website-files.com/67ae2e3bdbb712458b60fb58/67ae6ed1b2a1b6c45642838c_Full%20Logo%20Lockup%20Component.svg",  
 "favicon": "https://cdn.prod.website-files.com/67ae2e3bdbb712458b60fb58/67b00a8acf04327d7122ef0b_32%20by%2032.png",  
 "ogImage": null  
 },  
 "personality": {  
 "tone": "professional",  
 "energy": "medium",  
 "targetAudience": "technology professionals"  
 }  
}  
```
