#8D06AC

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

Shades of Dark Magenta #8D06AC

Tints of Dark Magenta #8D06AC

Color information

#8D06AC (or 0x8D06AC) is unknown color: approx Dark Magenta. HEX triplet: 8D, 06 and AC. RGB value is (141,6,172). Sum of RGB (Red+Green+Blue) = 141+6+172=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D06AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D06AC is #72F953. Grayscale: #404040. Windows color (decimal): -7534932 or 11273869. OLE color: 11273869.

HSL color Cylindrical-coordinate representation of color #8D06AC: hue angle of 288.8º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D06AC is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1416172-
CMYK0.180.9700.33
HSL288.8º93.26%34.9%-
HSV(B)288.8º96.51%67.45%-
XYZ18.58.7739.75-
YUV65.29188.23182-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.20%
GREEN value IS 6 (2.73% from 255) = 1.88%
BLUE value IS 172 (67.58% from 255) = 53.92%
R=44.20%
G=1.88%
B=53.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14161720.180.9700.33288.893.2634.9
Hex8D6AC12610211215d23
Octal21562542214104144113543
Binary100011011101010110010010110000101000011001000011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D06AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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