#8910A6

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

Shades of Dark Magenta #8910A6

Tints of Dark Magenta #8910A6

Color information

#8910A6 (or 0x8910A6) is unknown color: approx Dark Magenta. HEX triplet: 89, 10 and A6. RGB value is (137,16,166). Sum of RGB (Red+Green+Blue) = 137+16+166=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 166 (65.23% from 255 or 52.04% from 319); Max value from RGB is 166 - color contains mainly: blue. Hex color #8910A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8910A6 is #76EF59. Grayscale: #444444. Windows color (decimal): -7794522 or 10883209. OLE color: 10883209.

HSL color Cylindrical-coordinate representation of color #8910A6: hue angle of 288.4º 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 #8910A6 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13716166-
CMYK0.170.9000.35
HSL288.4º82.42%35.69%-
HSV(B)288.4º90.36%65.1%-
XYZ17.388.4436.79-
YUV69.28182.59176.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.95%
GREEN value IS 16 (6.64% from 255) = 5.02%
BLUE value IS 166 (65.23% from 255) = 52.04%
R=42.95%
G=5.02%
B=52.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal137161660.170.9000.35288.482.4235.69
Hex8910A6115A0231205224
Octal211202462113204344012244
Binary10001001100001010011010001101101001000111001000001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8910A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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