#9811AA

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

Shades of Dark Magenta #9811AA

Tints of Dark Magenta #9811AA

Color information

#9811AA (or 0x9811AA) is unknown color: approx Dark Magenta. HEX triplet: 98, 11 and AA. RGB value is (152,17,170). Sum of RGB (Red+Green+Blue) = 152+17+170=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #9811AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9811AA is #67EE55. Grayscale: #4A4A4A. Windows color (decimal): -6811222 or 11145624. OLE color: 11145624.

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

Color convert

RGB15217170-
CMYK0.110.900.33
HSL292.94º81.82%36.67%-
HSV(B)292.94º90%66.67%-
XYZ20.419.9838.88-
YUV74.81181.73183.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 17 (7.03% from 255) = 5.01%
BLUE value IS 170 (66.80% from 255) = 50.15%
R=44.84%
G=5.01%
B=50.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152171700.110.900.33292.9481.8236.67
Hex9811AAB5A0211255225
Octal230212521313204144512245
Binary1001100010001101010101011101101001000011001001011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9811AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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