#9e1c79

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

Shades of Dark Purple #9E1C79

Tints of Dark Purple #9E1C79

Color information

#9E1C79 (or 0x9E1C79) is unknown color: approx Dark Purple. HEX triplet: 9E, 1C and 79. RGB value is (158,28,121). Sum of RGB (Red+Green+Blue) = 158+28+121=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1C79 is #61E386. Grayscale: #4D4D4D. Windows color (decimal): -6415239 or 7937182. OLE color: 7937182.

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

Color convert

RGB15828121-
CMYK00.820.230.38
HSL317.08º69.89%36.47%-
HSV(B)317.08º82.28%61.96%-
XYZ17.979.4818.97-
YUV77.47152.57185.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.47%
GREEN value IS 28 (11.33% from 255) = 9.12%
BLUE value IS 121 (47.66% from 255) = 39.41%
R=51.47%
G=9.12%
B=39.41%

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
Decimal1582812100.820.230.38317.0869.8936.47
Hex9E1C79052172613d4624
Octal236341710122274647510644
Binary1001111011100111100101010010101111001101001111011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e1c79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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