#8905A9

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

Shades of Dark Magenta #8905A9

Tints of Dark Magenta #8905A9

Color information

#8905A9 (or 0x8905A9) is unknown color: approx Dark Magenta. HEX triplet: 89, 05 and A9. RGB value is (137,5,169). Sum of RGB (Red+Green+Blue) = 137+5+169=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 169 (66.41% from 255 or 54.34% from 311); Max value from RGB is 169 - color contains mainly: blue. Hex color #8905A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8905A9 is #76FA56. Grayscale: #3E3E3E. Windows color (decimal): -7797335 or 11077001. OLE color: 11077001.

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

Color convert

RGB1375169-
CMYK0.190.9700.34
HSL288.29º94.25%34.12%-
HSV(B)288.29º97.04%66.27%-
XYZ17.538.2938.21-
YUV63.16187.73180.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.05%
GREEN value IS 5 (2.34% from 255) = 1.61%
BLUE value IS 169 (66.41% from 255) = 54.34%
R=44.05%
G=1.61%
B=54.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal13751690.190.9700.34288.2994.2534.12
Hex895A913610221205e22
Octal21152512314104244013642
Binary100010011011010100110011110000101000101001000001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8905A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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