#8D06A4

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

Shades of Dark Magenta #8D06A4

Tints of Dark Magenta #8D06A4

Color information

#8D06A4 (or 0x8D06A4) is unknown color: approx Dark Magenta. HEX triplet: 8D, 06 and A4. RGB value is (141,6,164). Sum of RGB (Red+Green+Blue) = 141+6+164=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 164 (64.45% from 255 or 52.73% from 311); Max value from RGB is 164 - color contains mainly: blue. Hex color #8D06A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D06A4 is #72F95B. Grayscale: #3F3F3F. Windows color (decimal): -7534940 or 10749581. OLE color: 10749581.

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

Color convert

RGB1416164-
CMYK0.140.9600.36
HSL291.27º92.94%33.33%-
HSV(B)291.27º96.34%64.31%-
XYZ17.758.4735.82-
YUV64.38184.23182.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.34%
GREEN value IS 6 (2.73% from 255) = 1.93%
BLUE value IS 164 (64.45% from 255) = 52.73%
R=45.34%
G=1.93%
B=52.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14161640.140.9600.36291.2792.9433.33
Hex8D6A4E600241235d21
Octal21562441614004444313541
Binary10001101110101001001110110000001001001001000111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D06A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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