#9011AA

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

Shades of Dark Magenta #9011AA

Tints of Dark Magenta #9011AA

Color information

#9011AA (or 0x9011AA) is unknown color: approx Dark Magenta. HEX triplet: 90, 11 and AA. RGB value is (144,17,170). Sum of RGB (Red+Green+Blue) = 144+17+170=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #9011AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9011AA is #6FEE55. Grayscale: #474747. Windows color (decimal): -7335510 or 11145616. OLE color: 11145616.

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

Color convert

RGB14417170-
CMYK0.150.900.33
HSL289.8º81.82%36.67%-
HSV(B)289.8º90%66.67%-
XYZ18.969.2338.81-
YUV72.41183.08179.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.50%
GREEN value IS 17 (7.03% from 255) = 5.14%
BLUE value IS 170 (66.80% from 255) = 51.36%
R=43.50%
G=5.14%
B=51.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144171700.150.900.33289.881.8236.67
Hex9011AAF5A0211225225
Octal220212521713204144212245
Binary1001000010001101010101111101101001000011001000101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9011AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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