#8707A3

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

Shades of Dark Magenta #8707A3

Tints of Dark Magenta #8707A3

Color information

#8707A3 (or 0x8707A3) is unknown color: approx Dark Magenta. HEX triplet: 87, 07 and A3. RGB value is (135,7,163). Sum of RGB (Red+Green+Blue) = 135+7+163=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 163 (64.06% from 255 or 53.44% from 305); Max value from RGB is 163 - color contains mainly: blue. Hex color #8707A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8707A3 is #78F85C. Grayscale: #3E3E3E. Windows color (decimal): -7927901 or 10684295. OLE color: 10684295.

HSL color Cylindrical-coordinate representation of color #8707A3: hue angle of 289.23º degrees, saturation: 0.92, 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 #8707A3 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1357163-
CMYK0.170.9600.36
HSL289.23º91.76%33.33%-
HSV(B)289.23º95.71%63.92%-
XYZ16.687.9535.31-
YUV63.06184.41179.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 7 (3.12% from 255) = 2.30%
BLUE value IS 163 (64.06% from 255) = 53.44%
R=44.26%
G=2.30%
B=53.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13571630.170.9600.36289.2391.7633.33
Hex877A311600241215c21
Octal20772432114004444113441
Binary100001111111010001110001110000001001001001000011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8707A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8707A3; }

 p { color: rgb(135,7,163); }

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

<style>
 a { background-color: #8707A3; }

 a { background-color: rgb(135,7,163); }

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

<style>
 span { border-color: #8707A3; }

 span { border-color: rgb(135,7,163); }

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