Html Css Color HEX #9A00FE Electric Purple

📋 copy color: '#9A00FE'

red 154 ◦ green 0 ◦ blue 254

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

Shades of Electric Purple #9A00FE

Tints of Electric Purple #9A00FE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 254 (99.61% from 255) = 62.25%

R = 37.75%
G = 0%
B = 62.25%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9A00FE (or 0x9A00FE) is known color: Electric Purple. HEX triplet: 9A, 00 and FE. RGB value is (154,0,254). Sum of RGB (Red+Green+Blue) = 154+0+254=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A00FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A00FE is #65FF01. Grayscale: #4A4A4A. Windows color (decimal): -6684418 or 16646298. OLE color: 16646298.

HSL color Cylindrical-coordinate representation of color #9A00FE: hue angle of 276.38º 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 #9A00FE is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 154 0 254 -
CMYK 0.39 1 0 0.00
HSL 276.38º 1% 0.5% -
HSV(B) 276.38º 1% 1% -
XYZ 31.22 14.03 94.83 -
YUV 75 229.02 184.35 -
System Red Green Blue C M Y K H S L
Decimal 154 0 254 0.39 1 0 0.00 276.38 1 0.5
Hex 9A 0 FE 27 64 0 0 114 64 32
Octal 232 0 376 47 144 0 0 424 144 62
Binary 10011010 0 11111110 100111 1100100 0 0 100010100 1100100 110010

Color Harmonies of #9A00FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A00FE

Black with #9A00FE

Text Example


Text Example

White with #9A00FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,0,254); }

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

background-color css

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

 a { background-color: rgb(154,0,254); }

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

border-color css

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

 span { border-color: rgb(154,0,254); }

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