#8701A9

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

Shades of Dark Magenta #8701A9

Tints of Dark Magenta #8701A9

Color information

#8701A9 (or 0x8701A9) is unknown color: approx Dark Magenta. HEX triplet: 87, 01 and A9. RGB value is (135,1,169). Sum of RGB (Red+Green+Blue) = 135+1+169=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 169 (66.41% from 255 or 55.41% from 305); Max value from RGB is 169 - color contains mainly: blue. Hex color #8701A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8701A9 is #78FE56. Grayscale: #3B3B3B. Windows color (decimal): -7929431 or 11075975. OLE color: 11075975.

HSL color Cylindrical-coordinate representation of color #8701A9: hue angle of 287.86º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8701A9 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1351169-
CMYK0.200.9900.34
HSL287.86º98.82%33.33%-
HSV(B)287.86º99.41%66.27%-
XYZ17.168.0438.18-
YUV60.22189.39181.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 169 (66.41% from 255) = 55.41%
R=44.26%
G=0.33%
B=55.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal13511690.200.9900.34287.8698.8233.33
Hex871A914630221206321
Octal20712512414304244014341
Binary1000011111010100110100110001101000101001000001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8701A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8701A9; }

 p { color: rgb(135,1,169); }

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

<style>
 a { background-color: #8701A9; }

 a { background-color: rgb(135,1,169); }

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

<style>
 span { border-color: #8701A9; }

 span { border-color: rgb(135,1,169); }

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