Html Css Color HEX #8800AB Dark Magenta

📋 copy color: '#8800AB'

red 136 ◦ green 0 ◦ blue 171

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

Shades of Dark Magenta #8800AB

Tints of Dark Magenta #8800AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.3%
G = 0%
B = 55.7%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8800AB (or 0x8800AB) is known color: Dark Magenta. HEX triplet: 88, 00 and AB. RGB value is (136,0,171). Sum of RGB (Red+Green+Blue) = 136+0+171=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #8800AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8800AB is #77FF54. Grayscale: #3B3B3B. Windows color (decimal): -7864149 or 11206792. OLE color: 11206792.

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

Color convert

RGB 136 0 171 -
CMYK 0.20 1 0 0.33
HSL 287.72º 1% 0.34% -
HSV(B) 287.72º 1% 0.67% -
XYZ 17.5 8.17 39.18 -
YUV 60.16 190.56 182.1 -
System Red Green Blue C M Y K H S L
Decimal 136 0 171 0.20 1 0 0.33 287.72 1 0.34
Hex 88 0 AB 14 64 0 21 120 64 22
Octal 210 0 253 24 144 0 41 440 144 42
Binary 10001000 0 10101011 10100 1100100 0 100001 100100000 1100100 100010

Color Harmonies of #8800AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8800AB

Black with #8800AB

Text Example


Text Example

White with #8800AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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