Html Css Color HEX #8914AD Dark Magenta

📋 copy color: '#8914AD'

red 137 ◦ green 20 ◦ blue 173

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

Shades of Dark Magenta #8914AD

Tints of Dark Magenta #8914AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.06%

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

R = 41.52%
G = 6.06%
B = 52.42%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8914AD (or 0x8914AD) is known color: Dark Magenta. HEX triplet: 89, 14 and AD. RGB value is (137,20,173). Sum of RGB (Red+Green+Blue) = 137+20+173=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #8914AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8914AD is #76EB52. Grayscale: #474747. Windows color (decimal): -7793491 or 11342985. OLE color: 11342985.

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

Color convert

RGB 137 20 173 -
CMYK 0.21 0.88 0 0.32
HSL 285.88º 0.79% 0.38% -
HSV(B) 285.88º 0.88% 0.68% -
XYZ 18.11 8.84 40.29 -
YUV 72.43 184.76 174.06 -
System Red Green Blue C M Y K H S L
Decimal 137 20 173 0.21 0.88 0 0.32 285.88 0.79 0.38
Hex 89 14 AD 15 58 0 20 11E 4F 26
Octal 211 24 255 25 130 0 40 436 117 46
Binary 10001001 10100 10101101 10101 1011000 0 100000 100011110 1001111 100110

Color Harmonies of #8914AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8914AD

Black with #8914AD

Text Example


Text Example

White with #8914AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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