Html Css Color HEX #9F0AFE Electric Purple

📋 copy color: '#9F0AFE'

red 159 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #9F0AFE

Tints of Electric Purple #9F0AFE

RGB

 RED value IS 159 (62.5% from 255) = 37.59%

 GREEN value IS 10 (4.3% from 255) = 2.36%

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

R = 37.59%
G = 2.36%
B = 60.05%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F0AFE (or 0x9F0AFE) is known color: Electric Purple. HEX triplet: 9F, 0A and FE. RGB value is (159,10,254). Sum of RGB (Red+Green+Blue) = 159+10+254=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F0AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0AFE is #60F501. Grayscale: #515151. Windows color (decimal): -6354178 or 16648863. OLE color: 16648863.

HSL color Cylindrical-coordinate representation of color #9F0AFE: hue angle of 276.64º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0AFE is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 159 10 254 -
CMYK 0.37 0.96 0 0.00
HSL 276.64º 0.99% 0.52% -
HSV(B) 276.64º 0.96% 1% -
XYZ 32.3 14.74 94.91 -
YUV 82.37 224.86 182.66 -
System Red Green Blue C M Y K H S L
Decimal 159 10 254 0.37 0.96 0 0.00 276.64 0.99 0.52
Hex 9F A FE 25 60 0 0 115 63 34
Octal 237 12 376 45 140 0 0 425 143 64
Binary 10011111 1010 11111110 100101 1100000 0 0 100010101 1100011 110100

Color Harmonies of #9F0AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0AFE

Black with #9F0AFE

Text Example


Text Example

White with #9F0AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,10,254); }

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

background-color css

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

 a { background-color: rgb(159,10,254); }

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

border-color css

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

 span { border-color: rgb(159,10,254); }

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