#9E1791

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

Shades of Dark Magenta #9E1791

Tints of Dark Magenta #9E1791

Color information

#9E1791 (or 0x9E1791) is unknown color: approx Dark Magenta. HEX triplet: 9E, 17 and 91. RGB value is (158,23,145). Sum of RGB (Red+Green+Blue) = 158+23+145=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1791 is #61E86E. Grayscale: #4C4C4C. Windows color (decimal): -6416495 or 9508766. OLE color: 9508766.

HSL color Cylindrical-coordinate representation of color #9E1791: hue angle of 305.78º 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 #9E1791 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB15823145-
CMYK00.850.080.38
HSL305.78º74.59%35.49%-
HSV(B)305.78º85.44%61.96%-
XYZ19.529.9327.68-
YUV77.27166.23185.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.47%
GREEN value IS 23 (9.38% from 255) = 7.06%
BLUE value IS 145 (57.03% from 255) = 44.48%
R=48.47%
G=7.06%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582314500.850.080.38305.7874.5935.49
Hex9E17910558261324b23
Octal236272210125104646211343
Binary1001111010111100100010101010110001001101001100101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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