#8E12A3

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

Shades of Dark Magenta #8E12A3

Tints of Dark Magenta #8E12A3

Color information

#8E12A3 (or 0x8E12A3) is unknown color: approx Dark Magenta. HEX triplet: 8E, 12 and A3. RGB value is (142,18,163). Sum of RGB (Red+Green+Blue) = 142+18+163=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 163 (64.06% from 255 or 50.46% from 323); Max value from RGB is 163 - color contains mainly: blue. Hex color #8E12A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E12A3 is #71ED5C. Grayscale: #474747. Windows color (decimal): -7466333 or 10687118. OLE color: 10687118.

HSL color Cylindrical-coordinate representation of color #8E12A3: hue angle of 291.31º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E12A3 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14218163-
CMYK0.130.8900.36
HSL291.31º80.11%35.49%-
HSV(B)291.31º88.96%63.92%-
XYZ17.988.8335.41-
YUV71.61179.58178.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 18 (7.42% from 255) = 5.57%
BLUE value IS 163 (64.06% from 255) = 50.46%
R=43.96%
G=5.57%
B=50.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142181630.130.8900.36291.3180.1135.49
Hex8E12A3D590241235023
Octal216222431513104444312043
Binary1000111010010101000111101101100101001001001000111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E12A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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