Html Css Color HEX #8804AB Dark Magenta

📋 copy color: '#8804AB'

red 136 ◦ green 4 ◦ blue 171

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

Shades of Dark Magenta #8804AB

Tints of Dark Magenta #8804AB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.29%

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

R = 43.73%
G = 1.29%
B = 54.98%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8804AB (or 0x8804AB) is known color: Dark Magenta. HEX triplet: 88, 04 and AB. RGB value is (136,4,171). Sum of RGB (Red+Green+Blue) = 136+4+171=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #8804AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8804AB is #77FB54. Grayscale: #3D3D3D. Windows color (decimal): -7863125 or 11207816. OLE color: 11207816.

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

Color convert

RGB 136 4 171 -
CMYK 0.20 0.98 0 0.33
HSL 287.43º 0.95% 0.34% -
HSV(B) 287.43º 0.98% 0.67% -
XYZ 17.55 8.26 39.2 -
YUV 62.51 189.23 180.42 -
System Red Green Blue C M Y K H S L
Decimal 136 4 171 0.20 0.98 0 0.33 287.43 0.95 0.34
Hex 88 4 AB 14 62 0 21 11F 5F 22
Octal 210 4 253 24 142 0 41 437 137 42
Binary 10001000 100 10101011 10100 1100010 0 100001 100011111 1011111 100010

Color Harmonies of #8804AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8804AB

Black with #8804AB

Text Example


Text Example

White with #8804AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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