Html Css Color HEX #8808AB Dark Magenta

📋 copy color: '#8808AB'

red 136 ◦ green 8 ◦ blue 171

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

Shades of Dark Magenta #8808AB

Tints of Dark Magenta #8808AB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.54%

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

R = 43.17%
G = 2.54%
B = 54.29%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8808AB (or 0x8808AB) is known color: Dark Magenta. HEX triplet: 88, 08 and AB. RGB value is (136,8,171). Sum of RGB (Red+Green+Blue) = 136+8+171=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #8808AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8808AB is #77F754. Grayscale: #404040. Windows color (decimal): -7862101 or 11208840. OLE color: 11208840.

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

Color convert

RGB 136 8 171 -
CMYK 0.20 0.95 0 0.33
HSL 287.12º 0.91% 0.35% -
HSV(B) 287.12º 0.95% 0.67% -
XYZ 17.59 8.35 39.21 -
YUV 64.85 187.91 178.75 -
System Red Green Blue C M Y K H S L
Decimal 136 8 171 0.20 0.95 0 0.33 287.12 0.91 0.35
Hex 88 8 AB 14 5F 0 21 11F 5B 23
Octal 210 10 253 24 137 0 41 437 133 43
Binary 10001000 1000 10101011 10100 1011111 0 100001 100011111 1011011 100011

Color Harmonies of #8808AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8808AB

Black with #8808AB

Text Example


Text Example

White with #8808AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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