#9005AA

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

Shades of Dark Magenta #9005AA

Tints of Dark Magenta #9005AA

Color information

#9005AA (or 0x9005AA) is unknown color: approx Dark Magenta. HEX triplet: 90, 05 and AA. RGB value is (144,5,170). Sum of RGB (Red+Green+Blue) = 144+5+170=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #9005AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9005AA is #6FFA55. Grayscale: #404040. Windows color (decimal): -7338582 or 11142544. OLE color: 11142544.

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

Color convert

RGB1445170-
CMYK0.150.9700.33
HSL290.55º94.29%34.31%-
HSV(B)290.55º97.06%66.67%-
XYZ18.818.9438.76-
YUV65.37187.05184.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.14%
GREEN value IS 5 (2.34% from 255) = 1.57%
BLUE value IS 170 (66.80% from 255) = 53.29%
R=45.14%
G=1.57%
B=53.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14451700.150.9700.33290.5594.2934.31
Hex905AAF610211235e22
Octal22052521714104144313642
Binary10010000101101010101111110000101000011001000111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9005AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,5,170); }

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

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

 a { background-color: rgb(144,5,170); }

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

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

 span { border-color: rgb(144,5,170); }

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