Html Css Color HEX #8911AD Dark Magenta

📋 copy color: '#8911AD'

red 137 ◦ green 17 ◦ blue 173

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

Shades of Dark Magenta #8911AD

Tints of Dark Magenta #8911AD

RGB

 RED value IS 137 (53.91% from 255) = 41.9%

 GREEN value IS 17 (7.03% from 255) = 5.2%

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

R = 41.9%
G = 5.2%
B = 52.91%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8911AD (or 0x8911AD) is known color: Dark Magenta. HEX triplet: 89, 11 and AD. RGB value is (137,17,173). Sum of RGB (Red+Green+Blue) = 137+17+173=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #8911AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8911AD is #76EE52. Grayscale: #464646. Windows color (decimal): -7794259 or 11342217. OLE color: 11342217.

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

Color convert

RGB 137 17 173 -
CMYK 0.21 0.90 0 0.32
HSL 286.15º 0.82% 0.37% -
HSV(B) 286.15º 0.9% 0.68% -
XYZ 18.06 8.74 40.27 -
YUV 70.66 185.76 175.32 -
System Red Green Blue C M Y K H S L
Decimal 137 17 173 0.21 0.90 0 0.32 286.15 0.82 0.37
Hex 89 11 AD 15 5A 0 20 11E 52 25
Octal 211 21 255 25 132 0 40 436 122 45
Binary 10001001 10001 10101101 10101 1011010 0 100000 100011110 1010010 100101

Color Harmonies of #8911AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8911AD

Black with #8911AD

Text Example


Text Example

White with #8911AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,17,173); }

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

background-color css

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

 a { background-color: rgb(137,17,173); }

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

border-color css

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

 span { border-color: rgb(137,17,173); }

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