Html Css Color HEX #8914AC Dark Magenta

📋 copy color: '#8914AC'

red 137 ◦ green 20 ◦ blue 172

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

Shades of Dark Magenta #8914AC

Tints of Dark Magenta #8914AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.28%

R = 41.64%
G = 6.08%
B = 52.28%

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

#8914AC (or 0x8914AC) is known color: Dark Magenta. HEX triplet: 89, 14 and AC. RGB value is (137,20,172). Sum of RGB (Red+Green+Blue) = 137+20+172=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #8914AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8914AC is #76EB53. Grayscale: #474747. Windows color (decimal): -7793492 or 11277449. OLE color: 11277449.

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

Color convert

RGB 137 20 172 -
CMYK 0.20 0.88 0 0.33
HSL 286.18º 0.79% 0.38% -
HSV(B) 286.18º 0.88% 0.67% -
XYZ 18.01 8.8 39.78 -
YUV 72.31 184.26 174.14 -
System Red Green Blue C M Y K H S L
Decimal 137 20 172 0.20 0.88 0 0.33 286.18 0.79 0.38
Hex 89 14 AC 14 58 0 21 11E 4F 26
Octal 211 24 254 24 130 0 41 436 117 46
Binary 10001001 10100 10101100 10100 1011000 0 100001 100011110 1001111 100110

Color Harmonies of #8914AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8914AC

Black with #8914AC

Text Example


Text Example

White with #8914AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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