Html Css Color HEX #8805AD Dark Magenta

📋 copy color: '#8805AD'

red 136 ◦ green 5 ◦ blue 173

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

Shades of Dark Magenta #8805AD

Tints of Dark Magenta #8805AD

RGB

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

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

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

R = 43.31%
G = 1.59%
B = 55.1%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8805AD (or 0x8805AD) is known color: Dark Magenta. HEX triplet: 88, 05 and AD. RGB value is (136,5,173). Sum of RGB (Red+Green+Blue) = 136+5+173=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #8805AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8805AD is #77FA52. Grayscale: #3E3E3E. Windows color (decimal): -7862867 or 11339144. OLE color: 11339144.

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

Color convert

RGB 136 5 173 -
CMYK 0.21 0.97 0 0.32
HSL 286.79º 0.94% 0.35% -
HSV(B) 286.79º 0.97% 0.68% -
XYZ 17.75 8.36 40.21 -
YUV 63.32 189.9 179.84 -
System Red Green Blue C M Y K H S L
Decimal 136 5 173 0.21 0.97 0 0.32 286.79 0.94 0.35
Hex 88 5 AD 15 61 0 20 11F 5E 23
Octal 210 5 255 25 141 0 40 437 136 43
Binary 10001000 101 10101101 10101 1100001 0 100000 100011111 1011110 100011

Color Harmonies of #8805AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8805AD

Black with #8805AD

Text Example


Text Example

White with #8805AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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