Html Css Color HEX #8810AD Dark Magenta

📋 copy color: '#8810AD'

red 136 ◦ green 16 ◦ blue 173

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

Shades of Dark Magenta #8810AD

Tints of Dark Magenta #8810AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.92%

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

R = 41.85%
G = 4.92%
B = 53.23%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8810AD (or 0x8810AD) is known color: Dark Magenta. HEX triplet: 88, 10 and AD. RGB value is (136,16,173). Sum of RGB (Red+Green+Blue) = 136+16+173=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #8810AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8810AD is #77EF52. Grayscale: #454545. Windows color (decimal): -7860051 or 11341960. OLE color: 11341960.

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

Color convert

RGB 136 16 173 -
CMYK 0.21 0.91 0 0.32
HSL 285.86º 0.83% 0.37% -
HSV(B) 285.86º 0.91% 0.68% -
XYZ 17.88 8.62 40.26 -
YUV 69.78 186.26 175.23 -
System Red Green Blue C M Y K H S L
Decimal 136 16 173 0.21 0.91 0 0.32 285.86 0.83 0.37
Hex 88 10 AD 15 5B 0 20 11E 53 25
Octal 210 20 255 25 133 0 40 436 123 45
Binary 10001000 10000 10101101 10101 1011011 0 100000 100011110 1010011 100101

Color Harmonies of #8810AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8810AD

Black with #8810AD

Text Example


Text Example

White with #8810AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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