Html Css Color HEX #8802AA Dark Magenta

📋 copy color: '#8802AA'

red 136 ◦ green 2 ◦ blue 170

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

Shades of Dark Magenta #8802AA

Tints of Dark Magenta #8802AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.19%

R = 44.16%
G = 0.65%
B = 55.19%

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

#8802AA (or 0x8802AA) is known color: Dark Magenta. HEX triplet: 88, 02 and AA. RGB value is (136,2,170). Sum of RGB (Red+Green+Blue) = 136+2+170=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #8802AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8802AA is #77FD55. Grayscale: #3C3C3C. Windows color (decimal): -7863638 or 11141768. OLE color: 11141768.

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

Color convert

RGB 136 2 170 -
CMYK 0.20 0.99 0 0.33
HSL 287.86º 0.98% 0.34% -
HSV(B) 287.86º 0.99% 0.67% -
XYZ 17.43 8.18 38.69 -
YUV 61.22 189.39 181.34 -
System Red Green Blue C M Y K H S L
Decimal 136 2 170 0.20 0.99 0 0.33 287.86 0.98 0.34
Hex 88 2 AA 14 63 0 21 120 62 22
Octal 210 2 252 24 143 0 41 440 142 42
Binary 10001000 10 10101010 10100 1100011 0 100001 100100000 1100010 100010

Color Harmonies of #8802AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8802AA

Black with #8802AA

Text Example


Text Example

White with #8802AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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