#8702AB

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

Shades of Dark Magenta #8702AB

Tints of Dark Magenta #8702AB

Color information

#8702AB (or 0x8702AB) is unknown color: approx Dark Magenta. HEX triplet: 87, 02 and AB. RGB value is (135,2,171). Sum of RGB (Red+Green+Blue) = 135+2+171=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #8702AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8702AB is #78FD54. Grayscale: #3C3C3C. Windows color (decimal): -7929173 or 11207303. OLE color: 11207303.

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

Color convert

RGB1352171-
CMYK0.210.9900.33
HSL287.22º97.69%33.92%-
HSV(B)287.22º98.83%67.06%-
XYZ17.368.1339.18-
YUV61.03190.06180.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 171 (67.19% from 255) = 55.52%
R=43.83%
G=0.65%
B=55.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13521710.210.9900.33287.2297.6933.92
Hex872AB156302111f6222
Octal20722532514304143714242
Binary10000111101010101110101110001101000011000111111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8702AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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