#8702AD

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

Shades of Dark Magenta #8702AD

Tints of Dark Magenta #8702AD

Color information

#8702AD (or 0x8702AD) is unknown color: approx Dark Magenta. HEX triplet: 87, 02 and AD. RGB value is (135,2,173). Sum of RGB (Red+Green+Blue) = 135+2+173=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #8702AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8702AD is #78FD52. Grayscale: #3C3C3C. Windows color (decimal): -7929171 or 11338375. OLE color: 11338375.

HSL color Cylindrical-coordinate representation of color #8702AD: hue angle of 286.67º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8702AD is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1352173-
CMYK0.220.9900.32
HSL286.67º97.71%34.31%-
HSV(B)286.67º98.84%67.84%-
XYZ17.568.2140.19-
YUV61.26191.06180.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 173 (67.97% from 255) = 55.81%
R=43.55%
G=0.65%
B=55.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13521730.220.9900.32286.6797.7134.31
Hex872AD166302011f6222
Octal20722552614304043714242
Binary10000111101010110110110110001101000001000111111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8702AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8702AD; }

 p { color: rgb(135,2,173); }

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

<style>
 a { background-color: #8702AD; }

 a { background-color: rgb(135,2,173); }

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

<style>
 span { border-color: #8702AD; }

 span { border-color: rgb(135,2,173); }

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