Html Css Color HEX #8808AD Dark Magenta

📋 copy color: '#8808AD'

red 136 ◦ green 8 ◦ blue 173

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

Shades of Dark Magenta #8808AD

Tints of Dark Magenta #8808AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.57%

R = 42.9%
G = 2.52%
B = 54.57%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8808AD (or 0x8808AD) is known color: Dark Magenta. HEX triplet: 88, 08 and AD. RGB value is (136,8,173). Sum of RGB (Red+Green+Blue) = 136+8+173=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #8808AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8808AD is #77F752. Grayscale: #404040. Windows color (decimal): -7862099 or 11339912. OLE color: 11339912.

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

Color convert

RGB 136 8 173 -
CMYK 0.21 0.95 0 0.32
HSL 286.55º 0.91% 0.35% -
HSV(B) 286.55º 0.95% 0.68% -
XYZ 17.78 8.43 40.22 -
YUV 65.08 188.91 178.58 -
System Red Green Blue C M Y K H S L
Decimal 136 8 173 0.21 0.95 0 0.32 286.55 0.91 0.35
Hex 88 8 AD 15 5F 0 20 11F 5B 23
Octal 210 10 255 25 137 0 40 437 133 43
Binary 10001000 1000 10101101 10101 1011111 0 100000 100011111 1011011 100011

Color Harmonies of #8808AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8808AD

Black with #8808AD

Text Example


Text Example

White with #8808AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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