#8706A4

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

Shades of Dark Magenta #8706A4

Tints of Dark Magenta #8706A4

Color information

#8706A4 (or 0x8706A4) is unknown color: approx Dark Magenta. HEX triplet: 87, 06 and A4. RGB value is (135,6,164). Sum of RGB (Red+Green+Blue) = 135+6+164=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 164 (64.45% from 255 or 53.77% from 305); Max value from RGB is 164 - color contains mainly: blue. Hex color #8706A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8706A4 is #78F95B. Grayscale: #3E3E3E. Windows color (decimal): -7928156 or 10749575. OLE color: 10749575.

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

Color convert

RGB1356164-
CMYK0.180.9600.36
HSL288.99º92.94%33.33%-
HSV(B)288.99º96.34%64.31%-
XYZ16.767.9635.78-
YUV62.58185.24179.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 6 (2.73% from 255) = 1.97%
BLUE value IS 164 (64.45% from 255) = 53.77%
R=44.26%
G=1.97%
B=53.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13561640.180.9600.36288.9992.9433.33
Hex876A412600241215d21
Octal20762442214004444113541
Binary100001111101010010010010110000001001001001000011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8706A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8706A4; }

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

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

<style>
 a { background-color: #8706A4; }

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

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

<style>
 span { border-color: #8706A4; }

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

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