#8D06A9

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

Shades of Dark Magenta #8D06A9

Tints of Dark Magenta #8D06A9

Color information

#8D06A9 (or 0x8D06A9) is unknown color: approx Dark Magenta. HEX triplet: 8D, 06 and A9. RGB value is (141,6,169). Sum of RGB (Red+Green+Blue) = 141+6+169=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 169 (66.41% from 255 or 53.48% from 316); Max value from RGB is 169 - color contains mainly: blue. Hex color #8D06A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D06A9 is #72F956. Grayscale: #404040. Windows color (decimal): -7534935 or 11077261. OLE color: 11077261.

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

Color convert

RGB1416169-
CMYK0.170.9600.34
HSL289.69º93.14%34.31%-
HSV(B)289.69º96.45%66.27%-
XYZ18.218.6638.25-
YUV64.95186.73182.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.62%
GREEN value IS 6 (2.73% from 255) = 1.90%
BLUE value IS 169 (66.41% from 255) = 53.48%
R=44.62%
G=1.90%
B=53.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal14161690.170.9600.34289.6993.1434.31
Hex8D6A911600221225d22
Octal21562512114004244213542
Binary100011011101010100110001110000001000101001000101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D06A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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