#8811AA

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

Shades of Dark Magenta #8811AA

Tints of Dark Magenta #8811AA

Color information

#8811AA (or 0x8811AA) is unknown color: approx Dark Magenta. HEX triplet: 88, 11 and AA. RGB value is (136,17,170). Sum of RGB (Red+Green+Blue) = 136+17+170=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #8811AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8811AA is #77EE55. Grayscale: #454545. Windows color (decimal): -7859798 or 11145608. OLE color: 11145608.

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

Color convert

RGB13617170-
CMYK0.200.900.33
HSL286.67º81.82%36.67%-
HSV(B)286.67º90%66.67%-
XYZ17.618.5438.75-
YUV70.02184.42175.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.11%
GREEN value IS 17 (7.03% from 255) = 5.26%
BLUE value IS 170 (66.80% from 255) = 52.63%
R=42.11%
G=5.26%
B=52.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136171700.200.900.33286.6781.8236.67
Hex8811AA145A02111f5225
Octal210212522413204143712245
Binary10001000100011010101010100101101001000011000111111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8811AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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