#8E09A9

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

Shades of Dark Magenta #8E09A9

Tints of Dark Magenta #8E09A9

Color information

#8E09A9 (or 0x8E09A9) is unknown color: approx Dark Magenta. HEX triplet: 8E, 09 and A9. RGB value is (142,9,169). Sum of RGB (Red+Green+Blue) = 142+9+169=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 169 (66.41% from 255 or 52.81% from 320); Max value from RGB is 169 - color contains mainly: blue. Hex color #8E09A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E09A9 is #71F656. Grayscale: #424242. Windows color (decimal): -7468631 or 11078030. OLE color: 11078030.

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

Color convert

RGB1429169-
CMYK0.160.9500.34
HSL289.88º89.89%34.9%-
HSV(B)289.88º94.67%66.27%-
XYZ18.418.8138.27-
YUV67.01185.56181.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.38%
GREEN value IS 9 (3.91% from 255) = 2.81%
BLUE value IS 169 (66.41% from 255) = 52.81%
R=44.38%
G=2.81%
B=52.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal14291690.160.9500.34289.8889.8934.9
Hex8E9A9105F0221225a23
Octal216112512013704244213243
Binary1000111010011010100110000101111101000101001000101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E09A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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