#8E18A9

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

Shades of Dark Magenta #8E18A9

Tints of Dark Magenta #8E18A9

Color information

#8E18A9 (or 0x8E18A9) is unknown color: approx Dark Magenta. HEX triplet: 8E, 18 and A9. RGB value is (142,24,169). Sum of RGB (Red+Green+Blue) = 142+24+169=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 169 (66.41% from 255 or 50.45% from 335); Max value from RGB is 169 - color contains mainly: blue. Hex color #8E18A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E18A9 is #71E756. Grayscale: #4B4B4B. Windows color (decimal): -7464791 or 11081870. OLE color: 11081870.

HSL color Cylindrical-coordinate representation of color #8E18A9: hue angle of 288.83º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E18A9 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14224169-
CMYK0.160.8600.34
HSL288.83º75.13%37.84%-
HSV(B)288.83º85.8%66.27%-
XYZ18.649.2738.34-
YUV75.81180.59175.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.39%
GREEN value IS 24 (9.77% from 255) = 7.16%
BLUE value IS 169 (66.41% from 255) = 50.45%
R=42.39%
G=7.16%
B=50.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal142241690.160.8600.34288.8375.1337.84
Hex8E18A910560221214b26
Octal216302512012604244111346
Binary10001110110001010100110000101011001000101001000011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E18A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,24,169); }

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

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

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

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

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

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

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