#8E09AB

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

Shades of Dark Magenta #8E09AB

Tints of Dark Magenta #8E09AB

Color information

#8E09AB (or 0x8E09AB) is unknown color: approx Dark Magenta. HEX triplet: 8E, 09 and AB. RGB value is (142,9,171). Sum of RGB (Red+Green+Blue) = 142+9+171=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E09AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E09AB is #71F654. Grayscale: #424242. Windows color (decimal): -7468629 or 11209102. OLE color: 11209102.

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

Color convert

RGB1429171-
CMYK0.170.9500.33
HSL289.26º90%35.29%-
HSV(B)289.26º94.74%67.06%-
XYZ18.68.8939.26-
YUV67.24186.56181.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.10%
GREEN value IS 9 (3.91% from 255) = 2.80%
BLUE value IS 171 (67.19% from 255) = 53.11%
R=44.10%
G=2.80%
B=53.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14291710.170.9500.33289.269035.29
Hex8E9AB115F0211215a23
Octal216112532113704144113243
Binary1000111010011010101110001101111101000011001000011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E09AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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