#9E1E78

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

Shades of Dark Purple #9E1E78

Tints of Dark Purple #9E1E78

Color information

#9E1E78 (or 0x9E1E78) is unknown color: approx Dark Purple. HEX triplet: 9E, 1E and 78. RGB value is (158,30,120). Sum of RGB (Red+Green+Blue) = 158+30+120=308 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.30% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1E78 is #61E187. Grayscale: #4E4E4E. Windows color (decimal): -6414728 or 7872158. OLE color: 7872158.

HSL color Cylindrical-coordinate representation of color #9E1E78: hue angle of 317.81º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E1E78 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB15830120-
CMYK00.810.240.38
HSL317.81º68.09%36.86%-
HSV(B)317.81º81.01%61.96%-
XYZ17.959.5518.67-
YUV78.53151.41184.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.30%
GREEN value IS 30 (12.11% from 255) = 9.74%
BLUE value IS 120 (47.27% from 255) = 38.96%
R=51.30%
G=9.74%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583012000.810.240.38317.8168.0936.86
Hex9E1E78051182613e4425
Octal236361700121304647610445
Binary1001111011110111100001010001110001001101001111101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,30,120); }

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

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

 a { background-color: rgb(158,30,120); }

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

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

 span { border-color: rgb(158,30,120); }

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