#9211AA

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

Shades of Dark Magenta #9211AA

Tints of Dark Magenta #9211AA

Color information

#9211AA (or 0x9211AA) is unknown color: approx Dark Magenta. HEX triplet: 92, 11 and AA. RGB value is (146,17,170). Sum of RGB (Red+Green+Blue) = 146+17+170=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #9211AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9211AA is #6DEE55. Grayscale: #484848. Windows color (decimal): -7204438 or 11145618. OLE color: 11145618.

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

Color convert

RGB14617170-
CMYK0.140.900.33
HSL290.59º81.82%36.67%-
HSV(B)290.59º90%66.67%-
XYZ19.319.4138.83-
YUV73.01182.74180.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.84%
GREEN value IS 17 (7.03% from 255) = 5.11%
BLUE value IS 170 (66.80% from 255) = 51.05%
R=43.84%
G=5.11%
B=51.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146171700.140.900.33290.5981.8236.67
Hex9211AAE5A0211235225
Octal222212521613204144312245
Binary1001001010001101010101110101101001000011001000111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9211AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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