#8911AA

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

Shades of Dark Magenta #8911AA

Tints of Dark Magenta #8911AA

Color information

#8911AA (or 0x8911AA) is unknown color: approx Dark Magenta. HEX triplet: 89, 11 and AA. RGB value is (137,17,170). Sum of RGB (Red+Green+Blue) = 137+17+170=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #8911AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8911AA is #76EE55. Grayscale: #454545. Windows color (decimal): -7794262 or 11145609. OLE color: 11145609.

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

Color convert

RGB13717170-
CMYK0.190.900.33
HSL287.06º81.82%36.67%-
HSV(B)287.06º90%66.67%-
XYZ17.778.6238.76-
YUV70.32184.26175.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.28%
GREEN value IS 17 (7.03% from 255) = 5.25%
BLUE value IS 170 (66.80% from 255) = 52.47%
R=42.28%
G=5.25%
B=52.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137171700.190.900.33287.0681.8236.67
Hex8911AA135A02111f5225
Octal211212522313204143712245
Binary10001001100011010101010011101101001000011000111111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8911AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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