#8808A6

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

Shades of Dark Magenta #8808A6

Tints of Dark Magenta #8808A6

Color information

#8808A6 (or 0x8808A6) is unknown color: approx Dark Magenta. HEX triplet: 88, 08 and A6. RGB value is (136,8,166). Sum of RGB (Red+Green+Blue) = 136+8+166=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 166 (65.23% from 255 or 53.55% from 310); Max value from RGB is 166 - color contains mainly: blue. Hex color #8808A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8808A6 is #77F759. Grayscale: #3F3F3F. Windows color (decimal): -7862106 or 10881160. OLE color: 10881160.

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

Color convert

RGB1368166-
CMYK0.180.9500.35
HSL288.61º90.8%34.12%-
HSV(B)288.61º95.18%65.1%-
XYZ17.128.1636.75-
YUV64.28185.41179.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.87%
GREEN value IS 8 (3.52% from 255) = 2.58%
BLUE value IS 166 (65.23% from 255) = 53.55%
R=43.87%
G=2.58%
B=53.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13681660.180.9500.35288.6190.834.12
Hex888A6125F0231215b22
Octal210102462213704344113342
Binary1000100010001010011010010101111101000111001000011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8808A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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