#9111AA

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

Shades of Dark Magenta #9111AA

Tints of Dark Magenta #9111AA

Color information

#9111AA (or 0x9111AA) is unknown color: approx Dark Magenta. HEX triplet: 91, 11 and AA. RGB value is (145,17,170). Sum of RGB (Red+Green+Blue) = 145+17+170=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #9111AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9111AA is #6EEE55. Grayscale: #484848. Windows color (decimal): -7269974 or 11145617. OLE color: 11145617.

HSL color Cylindrical-coordinate representation of color #9111AA: hue angle of 290.2º 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 #9111AA is Cyan = 0.15, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14517170-
CMYK0.150.900.33
HSL290.2º81.82%36.67%-
HSV(B)290.2º90%66.67%-
XYZ19.139.3238.82-
YUV72.71182.91179.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.67%
GREEN value IS 17 (7.03% from 255) = 5.12%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=43.67%
G=5.12%
B=51.20%

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
Decimal145171700.150.900.33290.281.8236.67
Hex9111AAF5A0211225225
Octal221212521713204144212245
Binary1001000110001101010101111101101001000011001000101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9111AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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