#8e02a5

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

Shades of Dark Magenta #8E02A5

Tints of Dark Magenta #8E02A5

Color information

#8E02A5 (or 0x8E02A5) is unknown color: approx Dark Magenta. HEX triplet: 8E, 02 and A5. RGB value is (142,2,165). Sum of RGB (Red+Green+Blue) = 142+2+165=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 165 (64.84% from 255 or 53.40% from 309); Max value from RGB is 165 - color contains mainly: blue. Hex color #8E02A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E02A5 is #71FD5A. Grayscale: #3D3D3D. Windows color (decimal): -7470427 or 10814094. OLE color: 10814094.

HSL color Cylindrical-coordinate representation of color #8E02A5: hue angle of 291.53º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E02A5 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1422165-
CMYK0.140.9900.35
HSL291.53º97.6%32.75%-
HSV(B)291.53º98.79%64.71%-
XYZ17.978.5136.29-
YUV62.44185.88184.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.95%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 165 (64.84% from 255) = 53.40%
R=45.95%
G=0.65%
B=53.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14221650.140.9900.35291.5397.632.75
Hex8E2A5E630231246221
Octal21622451614304344414241
Binary1000111010101001011110110001101000111001001001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e02a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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