#8E08AD

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

Shades of Dark Magenta #8E08AD

Tints of Dark Magenta #8E08AD

Color information

#8E08AD (or 0x8E08AD) is unknown color: approx Dark Magenta. HEX triplet: 8E, 08 and AD. RGB value is (142,8,173). Sum of RGB (Red+Green+Blue) = 142+8+173=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E08AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E08AD is #71F752. Grayscale: #424242. Windows color (decimal): -7468883 or 11339918. OLE color: 11339918.

HSL color Cylindrical-coordinate representation of color #8E08AD: hue angle of 288.73º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E08AD is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1428173-
CMYK0.180.9500.32
HSL288.73º91.16%35.49%-
HSV(B)288.73º95.38%67.84%-
XYZ18.788.9440.27-
YUV66.88187.89181.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 8 (3.52% from 255) = 2.48%
BLUE value IS 173 (67.97% from 255) = 53.56%
R=43.96%
G=2.48%
B=53.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14281730.180.9500.32288.7391.1635.49
Hex8E8AD125F0201215b23
Octal216102552213704044113343
Binary1000111010001010110110010101111101000001001000011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E08AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,8,173); }

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

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

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

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

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

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

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