#9D08F6

Color #9D08F6 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #9D08F6

Tints of Electric Purple #9D08F6

Color information

#9D08F6 (or 0x9D08F6) is unknown color: approx Electric Purple. HEX triplet: 9D, 08 and F6. RGB value is (157,8,246). Sum of RGB (Red+Green+Blue) = 157+8+246=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 246 (96.48% from 255 or 59.85% from 411); Max value from RGB is 246 - color contains mainly: blue. Hex color #9D08F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D08F6 is #62F709. Grayscale: #4E4E4E. Windows color (decimal): -6485770 or 16124061. OLE color: 16124061.

HSL color Cylindrical-coordinate representation of color #9D08F6: hue angle of 277.56º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D08F6 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1578246-
CMYK0.360.9700.04
HSL277.56º93.7%49.8%-
HSV(B)277.56º96.75%96.47%-
XYZ30.631488.28-
YUV79.68221.86183.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.20%
GREEN value IS 8 (3.52% from 255) = 1.95%
BLUE value IS 246 (96.48% from 255) = 59.85%
R=38.20%
G=1.95%
B=59.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal15782460.360.9700.04277.5693.749.8
Hex9D8F62461041165e32
Octal23510366441410442613662
Binary10011101100011110110100100110000101001000101101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D08F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,8,246); }

 H1.HeaderClassName
 {
   color: #9D08F6;
 }
 .AnyTagClassName
 {
   color: #9D08F6;
 }
</style>
background-color css

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

 a { background-color: rgb(157,8,246); }

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

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

 span { border-color: rgb(157,8,246); }

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