Html Css Color HEX #8805AB Dark Magenta

📋 copy color: '#8805AB'

red 136 ◦ green 5 ◦ blue 171

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

Shades of Dark Magenta #8805AB

Tints of Dark Magenta #8805AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.6%

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

R = 43.59%
G = 1.6%
B = 54.81%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8805AB (or 0x8805AB) is known color: Dark Magenta. HEX triplet: 88, 05 and AB. RGB value is (136,5,171). Sum of RGB (Red+Green+Blue) = 136+5+171=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #8805AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8805AB is #77FA54. Grayscale: #3E3E3E. Windows color (decimal): -7862869 or 11208072. OLE color: 11208072.

HSL color Cylindrical-coordinate representation of color #8805AB: hue angle of 287.35º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8805AB is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 5 171 -
CMYK 0.20 0.97 0 0.33
HSL 287.35º 0.94% 0.35% -
HSV(B) 287.35º 0.97% 0.67% -
XYZ 17.56 8.28 39.2 -
YUV 63.09 188.9 180 -
System Red Green Blue C M Y K H S L
Decimal 136 5 171 0.20 0.97 0 0.33 287.35 0.94 0.35
Hex 88 5 AB 14 61 0 21 11F 5E 23
Octal 210 5 253 24 141 0 41 437 136 43
Binary 10001000 101 10101011 10100 1100001 0 100001 100011111 1011110 100011

Color Harmonies of #8805AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8805AB

Black with #8805AB

Text Example


Text Example

White with #8805AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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