#8902AA

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

Shades of Dark Magenta #8902AA

Tints of Dark Magenta #8902AA

Color information

#8902AA (or 0x8902AA) is unknown color: approx Dark Magenta. HEX triplet: 89, 02 and AA. RGB value is (137,2,170). Sum of RGB (Red+Green+Blue) = 137+2+170=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #8902AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8902AA is #76FD55. Grayscale: #3C3C3C. Windows color (decimal): -7798102 or 11141769. OLE color: 11141769.

HSL color Cylindrical-coordinate representation of color #8902AA: hue angle of 288.21º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8902AA is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1372170-
CMYK0.190.9900.33
HSL288.21º97.67%33.73%-
HSV(B)288.21º98.82%66.67%-
XYZ17.598.2638.7-
YUV61.52189.23181.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.34%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 170 (66.80% from 255) = 55.02%
R=44.34%
G=0.65%
B=55.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13721700.190.9900.33288.2197.6733.73
Hex892AA13630211206222
Octal21122522314304144014242
Binary10001001101010101010011110001101000011001000001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8902AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8902AA; }

 p { color: rgb(137,2,170); }

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

<style>
 a { background-color: #8902AA; }

 a { background-color: rgb(137,2,170); }

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

<style>
 span { border-color: #8902AA; }

 span { border-color: rgb(137,2,170); }

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