#8914AB

Color #8914AB Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #8914AB

Tints of Dark Magenta #8914AB

Color information

#8914AB (or 0x8914AB) is unknown color: approx 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

RGB13720171-
CMYK0.200.8800.33
HSL286.49º79.06%37.45%-
HSV(B)286.49º88.3%67.06%-
XYZ17.928.7639.27-
YUV72.2183.76174.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.77%
GREEN value IS 20 (8.20% from 255) = 6.10%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=41.77%
G=6.10%
B=52.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137201710.200.8800.33286.4979.0637.45
Hex8914AB145802111e4f25
Octal211242532413004143611745
Binary10001001101001010101110100101100001000011000111101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8914AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>