#8D02A9

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

Shades of Dark Magenta #8D02A9

Tints of Dark Magenta #8D02A9

Color information

#8D02A9 (or 0x8D02A9) is unknown color: approx Dark Magenta. HEX triplet: 8D, 02 and A9. RGB value is (141,2,169). Sum of RGB (Red+Green+Blue) = 141+2+169=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 169 (66.41% from 255 or 54.17% from 312); Max value from RGB is 169 - color contains mainly: blue. Hex color #8D02A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D02A9 is #72FD56. Grayscale: #3E3E3E. Windows color (decimal): -7535959 or 11076237. OLE color: 11076237.

HSL color Cylindrical-coordinate representation of color #8D02A9: hue angle of 289.94º 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 #8D02A9 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1412169-
CMYK0.170.9900.34
HSL289.94º97.66%33.53%-
HSV(B)289.94º98.82%66.27%-
XYZ18.178.5738.23-
YUV62.6188.05183.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.19%
GREEN value IS 2 (1.17% from 255) = 0.64%
BLUE value IS 169 (66.41% from 255) = 54.17%
R=45.19%
G=0.64%
B=54.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal14121690.170.9900.34289.9497.6633.53
Hex8D2A911630221226222
Octal21522512114304244214242
Binary10001101101010100110001110001101000101001000101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D02A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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