#8916A3

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

Shades of Dark Magenta #8916A3

Tints of Dark Magenta #8916A3

Color information

#8916A3 (or 0x8916A3) is unknown color: approx Dark Magenta. HEX triplet: 89, 16 and A3. RGB value is (137,22,163). Sum of RGB (Red+Green+Blue) = 137+22+163=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 163 (64.06% from 255 or 50.62% from 322); Max value from RGB is 163 - color contains mainly: blue. Hex color #8916A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8916A3 is #76E95C. Grayscale: #484848. Windows color (decimal): -7792989 or 10688137. OLE color: 10688137.

HSL color Cylindrical-coordinate representation of color #8916A3: hue angle of 288.94º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8916A3 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13722163-
CMYK0.160.8700.36
HSL288.94º76.22%36.27%-
HSV(B)288.94º86.5%63.92%-
XYZ17.218.5435.39-
YUV72.46179.1174.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 22 (8.98% from 255) = 6.83%
BLUE value IS 163 (64.06% from 255) = 50.62%
R=42.55%
G=6.83%
B=50.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal137221630.160.8700.36288.9476.2236.27
Hex8916A310570241214c24
Octal211262432012704444111444
Binary10001001101101010001110000101011101001001001000011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8916A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8916A3; }

 p { color: rgb(137,22,163); }

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

<style>
 a { background-color: #8916A3; }

 a { background-color: rgb(137,22,163); }

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

<style>
 span { border-color: #8916A3; }

 span { border-color: rgb(137,22,163); }

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