#8815AA

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

Shades of Dark Magenta #8815AA

Tints of Dark Magenta #8815AA

Color information

#8815AA (or 0x8815AA) is unknown color: approx Dark Magenta. HEX triplet: 88, 15 and AA. RGB value is (136,21,170). Sum of RGB (Red+Green+Blue) = 136+21+170=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #8815AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8815AA is #77EA55. Grayscale: #474747. Windows color (decimal): -7858774 or 11146632. OLE color: 11146632.

HSL color Cylindrical-coordinate representation of color #8815AA: hue angle of 286.31º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8815AA is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13621170-
CMYK0.200.8800.33
HSL286.31º78.01%37.45%-
HSV(B)286.31º87.65%66.67%-
XYZ17.688.6738.77-
YUV72.37183.1173.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.59%
GREEN value IS 21 (8.59% from 255) = 6.42%
BLUE value IS 170 (66.80% from 255) = 51.99%
R=41.59%
G=6.42%
B=51.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136211700.200.8800.33286.3178.0137.45
Hex8815AA145802111e4e25
Octal210252522413004143611645
Binary10001000101011010101010100101100001000011000111101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8815AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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