#8E02A9

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

Shades of Dark Magenta #8E02A9

Tints of Dark Magenta #8E02A9

Color information

#8E02A9 (or 0x8E02A9) is unknown color: approx Dark Magenta. HEX triplet: 8E, 02 and A9. RGB value is (142,2,169). Sum of RGB (Red+Green+Blue) = 142+2+169=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 169 (66.41% from 255 or 53.99% from 313); Max value from RGB is 169 - color contains mainly: blue. Hex color #8E02A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E02A9 is #71FD56. Grayscale: #3E3E3E. Windows color (decimal): -7470423 or 11076238. OLE color: 11076238.

HSL color Cylindrical-coordinate representation of color #8E02A9: hue angle of 290.3º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E02A9 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1422169-
CMYK0.160.9900.34
HSL290.3º97.66%33.53%-
HSV(B)290.3º98.82%66.27%-
XYZ18.348.6638.24-
YUV62.9187.88184.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.37%
GREEN value IS 2 (1.17% from 255) = 0.64%
BLUE value IS 169 (66.41% from 255) = 53.99%
R=45.37%
G=0.64%
B=53.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal14221690.160.9900.34290.397.6633.53
Hex8E2A910630221226222
Octal21622512014304244214242
Binary10001110101010100110000110001101000101001000101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E02A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,2,169); }

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

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

 a { background-color: rgb(142,2,169); }

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

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

 span { border-color: rgb(142,2,169); }

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