#8E12AC

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

Shades of Dark Magenta #8E12AC

Tints of Dark Magenta #8E12AC

Color information

#8E12AC (or 0x8E12AC) is unknown color: approx Dark Magenta. HEX triplet: 8E, 12 and AC. RGB value is (142,18,172). Sum of RGB (Red+Green+Blue) = 142+18+172=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E12AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E12AC is #71ED53. Grayscale: #484848. Windows color (decimal): -7466324 or 11276942. OLE color: 11276942.

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

Color convert

RGB14218172-
CMYK0.170.9000.33
HSL288.31º81.05%37.25%-
HSV(B)288.31º89.53%67.45%-
XYZ18.829.1639.81-
YUV72.63184.08177.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.77%
GREEN value IS 18 (7.42% from 255) = 5.42%
BLUE value IS 172 (67.58% from 255) = 51.81%
R=42.77%
G=5.42%
B=51.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142181720.170.9000.33288.3181.0537.25
Hex8E12AC115A0211205125
Octal216222542113204144012145
Binary10001110100101010110010001101101001000011001000001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E12AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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