Html Css Color HEX #8914AB Dark Magenta

📋 copy color: '#8914AB'

red 137 ◦ green 20 ◦ blue 171

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

Shades of Dark Magenta #8914AB

Tints of Dark Magenta #8914AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.13%

R = 41.77%
G = 6.1%
B = 52.13%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8914AB (or 0x8914AB) is known color: Dark Magenta. HEX triplet: 89, 14 and AB. RGB value is (137,20,171). Sum of RGB (Red+Green+Blue) = 137+20+171=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #8914AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8914AB is #76EB54. Grayscale: #474747. Windows color (decimal): -7793493 or 11211913. OLE color: 11211913.

HSL color Cylindrical-coordinate representation of color #8914AB: hue angle of 286.49º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8914AB is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 20 171 -
CMYK 0.20 0.88 0 0.33
HSL 286.49º 0.79% 0.37% -
HSV(B) 286.49º 0.88% 0.67% -
XYZ 17.92 8.76 39.27 -
YUV 72.2 183.76 174.22 -
System Red Green Blue C M Y K H S L
Decimal 137 20 171 0.20 0.88 0 0.33 286.49 0.79 0.37
Hex 89 14 AB 14 58 0 21 11E 4F 25
Octal 211 24 253 24 130 0 41 436 117 45
Binary 10001001 10100 10101011 10100 1011000 0 100001 100011110 1001111 100101

Color Harmonies of #8914AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8914AB

Black with #8914AB

Text Example


Text Example

White with #8914AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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