Html Css Color HEX #8802AB Dark Magenta

📋 copy color: '#8802AB'

red 136 ◦ green 2 ◦ blue 171

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

Shades of Dark Magenta #8802AB

Tints of Dark Magenta #8802AB

RGB

 RED value IS 136 (53.52% from 255) = 44.01%

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 171 (67.19% from 255) = 55.34%

R = 44.01%
G = 0.65%
B = 55.34%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8802AB (or 0x8802AB) is known color: Dark Magenta. HEX triplet: 88, 02 and AB. RGB value is (136,2,171). Sum of RGB (Red+Green+Blue) = 136+2+171=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #8802AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8802AB is #77FD54. Grayscale: #3C3C3C. Windows color (decimal): -7863637 or 11207304. OLE color: 11207304.

HSL color Cylindrical-coordinate representation of color #8802AB: hue angle of 287.57º 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 #8802AB is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 2 171 -
CMYK 0.20 0.99 0 0.33
HSL 287.57º 0.98% 0.34% -
HSV(B) 287.57º 0.99% 0.67% -
XYZ 17.53 8.22 39.19 -
YUV 61.33 189.89 181.26 -
System Red Green Blue C M Y K H S L
Decimal 136 2 171 0.20 0.99 0 0.33 287.57 0.98 0.34
Hex 88 2 AB 14 63 0 21 120 62 22
Octal 210 2 253 24 143 0 41 440 142 42
Binary 10001000 10 10101011 10100 1100011 0 100001 100100000 1100010 100010

Color Harmonies of #8802AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8802AB

Black with #8802AB

Text Example


Text Example

White with #8802AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8802AB;
 }
 .AnyTagClassName
 {
   color: #8802AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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