#8808AA

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

Shades of Dark Magenta #8808AA

Tints of Dark Magenta #8808AA

Color information

#8808AA (or 0x8808AA) is unknown color: approx Dark Magenta. HEX triplet: 88, 08 and AA. RGB value is (136,8,170). Sum of RGB (Red+Green+Blue) = 136+8+170=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #8808AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8808AA is #77F755. Grayscale: #404040. Windows color (decimal): -7862102 or 11143304. OLE color: 11143304.

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

Color convert

RGB1368170-
CMYK0.200.9500.33
HSL287.41º91.01%34.9%-
HSV(B)287.41º95.29%66.67%-
XYZ17.58.3138.71-
YUV64.74187.41178.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 8 (3.52% from 255) = 2.55%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=43.31%
G=2.55%
B=54.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13681700.200.9500.33287.4191.0134.9
Hex888AA145F02111f5b23
Octal210102522413704143713343
Binary1000100010001010101010100101111101000011000111111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8808AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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