Html Css Color HEX #9D0AFE Electric Purple

📋 copy color: '#9D0AFE'

red 157 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #9D0AFE

Tints of Electric Purple #9D0AFE

RGB

 RED value IS 157 (61.72% from 255) = 37.29%

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

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

R = 37.29%
G = 2.38%
B = 60.33%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9D0AFE (or 0x9D0AFE) is known color: Electric Purple. HEX triplet: 9D, 0A and FE. RGB value is (157,10,254). Sum of RGB (Red+Green+Blue) = 157+10+254=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D0AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D0AFE is #62F501. Grayscale: #505050. Windows color (decimal): -6485250 or 16648861. OLE color: 16648861.

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

Color convert

RGB 157 10 254 -
CMYK 0.38 0.96 0 0.00
HSL 276.15º 0.99% 0.52% -
HSV(B) 276.15º 0.96% 1% -
XYZ 31.9 14.54 94.89 -
YUV 81.77 225.2 181.66 -
System Red Green Blue C M Y K H S L
Decimal 157 10 254 0.38 0.96 0 0.00 276.15 0.99 0.52
Hex 9D A FE 26 60 0 0 114 63 34
Octal 235 12 376 46 140 0 0 424 143 64
Binary 10011101 1010 11111110 100110 1100000 0 0 100010100 1100011 110100

Color Harmonies of #9D0AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0AFE

Black with #9D0AFE

Text Example


Text Example

White with #9D0AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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