#9E1796

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

Shades of Dark Magenta #9E1796

Tints of Dark Magenta #9E1796

Color information

#9E1796 (or 0x9E1796) is unknown color: approx Dark Magenta. HEX triplet: 9E, 17 and 96. RGB value is (158,23,150). Sum of RGB (Red+Green+Blue) = 158+23+150=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1796 is #61E869. Grayscale: #4D4D4D. Windows color (decimal): -6416490 or 9836446. OLE color: 9836446.

HSL color Cylindrical-coordinate representation of color #9E1796: hue angle of 303.56º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E1796 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB15823150-
CMYK00.850.050.38
HSL303.56º74.59%35.49%-
HSV(B)303.56º85.44%61.96%-
XYZ19.9110.0829.75-
YUV77.84168.73185.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.73%
GREEN value IS 23 (9.38% from 255) = 6.95%
BLUE value IS 150 (58.98% from 255) = 45.32%
R=47.73%
G=6.95%
B=45.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582315000.850.050.38303.5674.5935.49
Hex9E17960555261304b23
Octal23627226012554646011343
Binary100111101011110010110010101011011001101001100001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,23,150); }

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

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

 a { background-color: rgb(158,23,150); }

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

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

 span { border-color: rgb(158,23,150); }

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