#9119aa

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

Shades of Dark Magenta #9119AA

Tints of Dark Magenta #9119AA

Color information

#9119AA (or 0x9119AA) is unknown color: approx Dark Magenta. HEX triplet: 91, 19 and AA. RGB value is (145,25,170). Sum of RGB (Red+Green+Blue) = 145+25+170=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #9119AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9119AA is #6EE655. Grayscale: #4C4C4C. Windows color (decimal): -7267926 or 11147665. OLE color: 11147665.

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

Color convert

RGB14525170-
CMYK0.150.8500.33
HSL289.66º74.36%38.24%-
HSV(B)289.66º85.29%66.67%-
XYZ19.289.6238.87-
YUV77.41180.26176.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.65%
GREEN value IS 25 (10.16% from 255) = 7.35%
BLUE value IS 170 (66.80% from 255) = 50%
R=42.65%
G=7.35%
B=50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145251700.150.8500.33289.6674.3638.24
Hex9119AAF550211224a26
Octal221312521712504144211246
Binary1001000111001101010101111101010101000011001000101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9119aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9119aa; }

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

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

<style>
 a { background-color: #9119aa; }

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

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

<style>
 span { border-color: #9119aa; }

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

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