#8D06A2

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

Shades of Dark Magenta #8D06A2

Tints of Dark Magenta #8D06A2

Color information

#8D06A2 (or 0x8D06A2) is unknown color: approx Dark Magenta. HEX triplet: 8D, 06 and A2. RGB value is (141,6,162). Sum of RGB (Red+Green+Blue) = 141+6+162=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 162 (63.67% from 255 or 52.43% from 309); Max value from RGB is 162 - color contains mainly: blue. Hex color #8D06A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D06A2 is #72F95D. Grayscale: #3F3F3F. Windows color (decimal): -7534942 or 10618509. OLE color: 10618509.

HSL color Cylindrical-coordinate representation of color #8D06A2: hue angle of 291.92º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D06A2 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1416162-
CMYK0.130.9600.36
HSL291.92º92.86%32.94%-
HSV(B)291.92º96.3%63.53%-
XYZ17.578.434.88-
YUV64.15183.23182.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.63%
GREEN value IS 6 (2.73% from 255) = 1.94%
BLUE value IS 162 (63.67% from 255) = 52.43%
R=45.63%
G=1.94%
B=52.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14161620.130.9600.36291.9292.8632.94
Hex8D6A2D600241245d21
Octal21562421514004444413541
Binary10001101110101000101101110000001001001001001001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D06A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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