#8E09AC

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

Shades of Dark Magenta #8E09AC

Tints of Dark Magenta #8E09AC

Color information

#8E09AC (or 0x8E09AC) is unknown color: approx Dark Magenta. HEX triplet: 8E, 09 and AC. RGB value is (142,9,172). Sum of RGB (Red+Green+Blue) = 142+9+172=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E09AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E09AC is #71F653. Grayscale: #424242. Windows color (decimal): -7468628 or 11274638. OLE color: 11274638.

HSL color Cylindrical-coordinate representation of color #8E09AC: hue angle of 288.96º 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 #8E09AC is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1429172-
CMYK0.170.9500.33
HSL288.96º90.06%35.49%-
HSV(B)288.96º94.77%67.45%-
XYZ18.78.9239.77-
YUV67.35187.06181.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 9 (3.91% from 255) = 2.79%
BLUE value IS 172 (67.58% from 255) = 53.25%
R=43.96%
G=2.79%
B=53.25%

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
Decimal14291720.170.9500.33288.9690.0635.49
Hex8E9AC115F0211215a23
Octal216112542113704144113243
Binary1000111010011010110010001101111101000011001000011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E09AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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