#8E15A4

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

Shades of Dark Magenta #8E15A4

Tints of Dark Magenta #8E15A4

Color information

#8E15A4 (or 0x8E15A4) is unknown color: approx Dark Magenta. HEX triplet: 8E, 15 and A4. RGB value is (142,21,164). Sum of RGB (Red+Green+Blue) = 142+21+164=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E15A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E15A4 is #71EA5B. Grayscale: #494949. Windows color (decimal): -7465564 or 10753422. OLE color: 10753422.

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

Color convert

RGB14221164-
CMYK0.130.8700.36
HSL290.77º77.3%36.27%-
HSV(B)290.77º87.2%64.31%-
XYZ18.128.9735.9-
YUV73.48179.09176.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.43%
GREEN value IS 21 (8.59% from 255) = 6.42%
BLUE value IS 164 (64.45% from 255) = 50.15%
R=43.43%
G=6.42%
B=50.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142211640.130.8700.36290.7777.336.27
Hex8E15A4D570241234d24
Octal216252441512704444311544
Binary1000111010101101001001101101011101001001001000111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E15A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,21,164); }

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

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

 a { background-color: rgb(142,21,164); }

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

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

 span { border-color: rgb(142,21,164); }

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