#8C06A9

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

Shades of Dark Magenta #8C06A9

Tints of Dark Magenta #8C06A9

Color information

#8C06A9 (or 0x8C06A9) is unknown color: approx Dark Magenta. HEX triplet: 8C, 06 and A9. RGB value is (140,6,169). Sum of RGB (Red+Green+Blue) = 140+6+169=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 169 (66.41% from 255 or 53.65% from 315); Max value from RGB is 169 - color contains mainly: blue. Hex color #8C06A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C06A9 is #73F956. Grayscale: #404040. Windows color (decimal): -7600471 or 11077260. OLE color: 11077260.

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

Color convert

RGB1406169-
CMYK0.170.9600.34
HSL289.33º93.14%34.31%-
HSV(B)289.33º96.45%66.27%-
XYZ18.048.5738.24-
YUV64.65186.89181.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.44%
GREEN value IS 6 (2.73% from 255) = 1.90%
BLUE value IS 169 (66.41% from 255) = 53.65%
R=44.44%
G=1.90%
B=53.65%

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
Decimal14061690.170.9600.34289.3393.1434.31
Hex8C6A911600221215d22
Octal21462512114004244113542
Binary100011001101010100110001110000001000101001000011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C06A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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