#8914A9

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

Shades of Dark Magenta #8914A9

Tints of Dark Magenta #8914A9

Color information

#8914A9 (or 0x8914A9) is unknown color: approx Dark Magenta. HEX triplet: 89, 14 and A9. RGB value is (137,20,169). Sum of RGB (Red+Green+Blue) = 137+20+169=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 169 (66.41% from 255 or 51.84% from 326); Max value from RGB is 169 - color contains mainly: blue. Hex color #8914A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8914A9 is #76EB56. Grayscale: #474747. Windows color (decimal): -7793495 or 11080841. OLE color: 11080841.

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

Color convert

RGB13720169-
CMYK0.190.8800.34
HSL287.11º78.84%37.06%-
HSV(B)287.11º88.17%66.27%-
XYZ17.738.6838.28-
YUV71.97182.76174.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.02%
GREEN value IS 20 (8.20% from 255) = 6.13%
BLUE value IS 169 (66.41% from 255) = 51.84%
R=42.02%
G=6.13%
B=51.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal137201690.190.8800.34287.1178.8437.06
Hex8914A9135802211f4f25
Octal211242512313004243711745
Binary10001001101001010100110011101100001000101000111111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8914A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8914A9;
 }
 .AnyTagClassName
 {
   color: #8914A9;
 }
</style>
background-color css

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

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

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

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

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

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