#9E1D79

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

Shades of Dark Purple #9E1D79

Tints of Dark Purple #9E1D79

Color information

#9E1D79 (or 0x9E1D79) is unknown color: approx Dark Purple. HEX triplet: 9E, 1D and 79. RGB value is (158,29,121). Sum of RGB (Red+Green+Blue) = 158+29+121=308 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.30% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1D79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1D79 is #61E286. Grayscale: #4D4D4D. Windows color (decimal): -6414983 or 7937438. OLE color: 7937438.

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

Color convert

RGB15829121-
CMYK00.820.230.38
HSL317.21º68.98%36.67%-
HSV(B)317.21º81.65%61.96%-
XYZ17.999.5318.98-
YUV78.06152.24185.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.30%
GREEN value IS 29 (11.72% from 255) = 9.42%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=51.30%
G=9.42%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582912100.820.230.38317.2168.9836.67
Hex9E1D79052172613d4525
Octal236351710122274647510545
Binary1001111011101111100101010010101111001101001111011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,29,121); }

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

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

 a { background-color: rgb(158,29,121); }

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

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

 span { border-color: rgb(158,29,121); }

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