#8706AA

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

Shades of Dark Magenta #8706AA

Tints of Dark Magenta #8706AA

Color information

#8706AA (or 0x8706AA) is unknown color: approx Dark Magenta. HEX triplet: 87, 06 and AA. RGB value is (135,6,170). Sum of RGB (Red+Green+Blue) = 135+6+170=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #8706AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8706AA is #78F955. Grayscale: #3E3E3E. Windows color (decimal): -7928150 or 11142791. OLE color: 11142791.

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

Color convert

RGB1356170-
CMYK0.210.9600.33
HSL287.2º93.18%34.51%-
HSV(B)287.2º96.47%66.67%-
XYZ17.318.1838.7-
YUV63.27188.24179.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 6 (2.73% from 255) = 1.93%
BLUE value IS 170 (66.80% from 255) = 54.66%
R=43.41%
G=1.93%
B=54.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13561700.210.9600.33287.293.1834.51
Hex876AA156002111f5d23
Octal20762522514004143713543
Binary100001111101010101010101110000001000011000111111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8706AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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