Html Css Color HEX #9A01FF Electric Purple

📋 copy color: '#9A01FF'

red 154 ◦ green 1 ◦ blue 255

#9A01FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #9A01FF

Tints of Electric Purple #9A01FF

RGB

 RED value IS 154 (60.55% from 255) = 37.56%

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 255 (100% from 255) = 62.2%

R = 37.56%
G = 0.24%
B = 62.2%

CMYK

 C value IS 0.40

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9A01FF (or 0x9A01FF) is known color: Electric Purple. HEX triplet: 9A, 01 and FF. RGB value is (154,1,255). Sum of RGB (Red+Green+Blue) = 154+1+255=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A01FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A01FF is #65FE00. Grayscale: #4A4A4A. Windows color (decimal): -6684161 or 16712090. OLE color: 16712090.

HSL color Cylindrical-coordinate representation of color #9A01FF: hue angle of 276.14º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A01FF is Cyan = 0.40, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 154 1 255 -
CMYK 0.40 1.00 0 0
HSL 276.14º 1% 0.5% -
HSV(B) 276.14º 1% 1% -
XYZ 31.39 14.11 95.68 -
YUV 75.7 229.19 183.85 -
System Red Green Blue C M Y K H S L
Decimal 154 1 255 0.40 1.00 0 0 276.14 1 0.5
Hex 9A 1 FF 28 64 0 0 114 64 32
Octal 232 1 377 50 144 0 0 424 144 62
Binary 10011010 1 11111111 101000 1100100 0 0 100010100 1100100 110010

Color Harmonies of #9A01FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A01FF

Black with #9A01FF

Text Example


Text Example

White with #9A01FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A01FF; }

 p { color: rgb(154,1,255); }

 H1.HeaderClassName
 {
   color: #9A01FF;
 }
 .AnyTagClassName
 {
   color: #9A01FF;
 }
</style>

background-color css

<style>
 a { background-color: #9A01FF; }

 a { background-color: rgb(154,1,255); }

 div.DivClassName
 {
   background-color: #9A01FF;
 }
 .BgClassName
 {
   background-color: #9A01FF;
 }
</style>

border-color css

<style>
 span { border-color: #9A01FF; }

 span { border-color: rgb(154,1,255); }

 td.TdClassName
 {
   border-color: #9A01FF;
 }
 .TagClassName
 {
   border-color: #9A01FF;
 }
</style>