#8E198E

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

Shades of Dark Magenta #8E198E

Tints of Dark Magenta #8E198E

Color information

#8E198E (or 0x8E198E) is unknown color: approx Dark Magenta. HEX triplet: 8E, 19 and 8E. RGB value is (142,25,142). Sum of RGB (Red+Green+Blue) = 142+25+142=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E198E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E198E is #71E671. Grayscale: #484848. Windows color (decimal): -7464562 or 9312654. OLE color: 9312654.

HSL color Cylindrical-coordinate representation of color #8E198E: hue angle of 300º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E198E is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14225142-
CMYK00.8200.44
HSL300º70.06%32.75%-
HSV(B)300º82.39%55.69%-
XYZ16.398.426.35-
YUV73.32166.76176.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.95%
GREEN value IS 25 (10.16% from 255) = 8.09%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=45.95%
G=8.09%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422514200.8200.4430070.0632.75
Hex8E198E05202C12c4621
Octal21631216012205445410641
Binary1000111011001100011100101001001011001001011001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,25,142); }

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

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

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

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

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

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

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