Html Css Color HEX #8702AB Dark Magenta

📋 copy color: '#8702AB'

red 135 ◦ green 2 ◦ blue 171

#8702AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #8702AB

Tints of Dark Magenta #8702AB

RGB

 RED value IS 135 (53.13% 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 value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8702AB (or 0x8702AB) is known color: 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

RGB 135 2 171 -
CMYK 0.21 0.99 0 0.33
HSL 287.22º 0.98% 0.34% -
HSV(B) 287.22º 0.99% 0.67% -
XYZ 17.36 8.13 39.18 -
YUV 61.03 190.06 180.76 -
System Red Green Blue C M Y K H S L
Decimal 135 2 171 0.21 0.99 0 0.33 287.22 0.98 0.34
Hex 87 2 AB 15 63 0 21 11F 62 22
Octal 207 2 253 25 143 0 41 437 142 42
Binary 10000111 10 10101011 10101 1100011 0 100001 100011111 1100010 100010

Color Harmonies of #8702AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8702AB

Black with #8702AB

Text Example


Text Example

White with #8702AB

Text Example


Text Example

HTML Codes & Css Web 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>