#8E1591

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

Shades of Dark Magenta #8E1591

Tints of Dark Magenta #8E1591

Color information

#8E1591 (or 0x8E1591) is unknown color: approx Dark Magenta. HEX triplet: 8E, 15 and 91. RGB value is (142,21,145). Sum of RGB (Red+Green+Blue) = 142+21+145=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E1591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1591 is #71EA6E. Grayscale: #464646. Windows color (decimal): -7465583 or 9508238. OLE color: 9508238.

HSL color Cylindrical-coordinate representation of color #8E1591: hue angle of 298.55º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E1591 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14221145-
CMYK0.020.8600.43
HSL298.55º74.7%32.55%-
HSV(B)298.55º85.52%56.86%-
XYZ16.538.3327.52-
YUV71.32169.59178.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.10%
GREEN value IS 21 (8.59% from 255) = 6.82%
BLUE value IS 145 (57.03% from 255) = 47.08%
R=46.10%
G=6.82%
B=47.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142211450.020.8600.43298.5574.732.55
Hex8E159125602B12b4b21
Octal21625221212605345311341
Binary10001110101011001000110101011001010111001010111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E1591; }

 p { color: rgb(142,21,145); }

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

<style>
 a { background-color: #8E1591; }

 a { background-color: rgb(142,21,145); }

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

<style>
 span { border-color: #8E1591; }

 span { border-color: rgb(142,21,145); }

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