#8810A6

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

Shades of Dark Magenta #8810A6

Tints of Dark Magenta #8810A6

Color information

#8810A6 (or 0x8810A6) is unknown color: approx Dark Magenta. HEX triplet: 88, 10 and A6. RGB value is (136,16,166). Sum of RGB (Red+Green+Blue) = 136+16+166=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 166 (65.23% from 255 or 52.20% from 318); Max value from RGB is 166 - color contains mainly: blue. Hex color #8810A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8810A6 is #77EF59. Grayscale: #444444. Windows color (decimal): -7860058 or 10883208. OLE color: 10883208.

HSL color Cylindrical-coordinate representation of color #8810A6: hue angle of 288º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8810A6 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13616166-
CMYK0.180.9000.35
HSL288º82.42%35.69%-
HSV(B)288º90.36%65.1%-
XYZ17.228.3636.78-
YUV68.98182.76175.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 16 (6.64% from 255) = 5.03%
BLUE value IS 166 (65.23% from 255) = 52.20%
R=42.77%
G=5.03%
B=52.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal136161660.180.9000.3528882.4235.69
Hex8810A6125A0231205224
Octal210202462213204344012244
Binary10001000100001010011010010101101001000111001000001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8810A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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