#8806AA

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

Shades of Dark Magenta #8806AA

Tints of Dark Magenta #8806AA

Color information

#8806AA (or 0x8806AA) is unknown color: approx Dark Magenta. HEX triplet: 88, 06 and AA. RGB value is (136,6,170). Sum of RGB (Red+Green+Blue) = 136+6+170=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #8806AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8806AA is #77F955. Grayscale: #3F3F3F. Windows color (decimal): -7862614 or 11142792. OLE color: 11142792.

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

Color convert

RGB1366170-
CMYK0.200.9600.33
HSL287.56º93.18%34.51%-
HSV(B)287.56º96.47%66.67%-
XYZ17.478.2738.7-
YUV63.57188.07179.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.59%
GREEN value IS 6 (2.73% from 255) = 1.92%
BLUE value IS 170 (66.80% from 255) = 54.49%
R=43.59%
G=1.92%
B=54.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13661700.200.9600.33287.5693.1834.51
Hex886AA14600211205d23
Octal21062522414004144013543
Binary100010001101010101010100110000001000011001000001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8806AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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