#9516AA

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

Shades of Dark Magenta #9516AA

Tints of Dark Magenta #9516AA

Color information

#9516AA (or 0x9516AA) is unknown color: approx Dark Magenta. HEX triplet: 95, 16 and AA. RGB value is (149,22,170). Sum of RGB (Red+Green+Blue) = 149+22+170=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #9516AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9516AA is #6AE955. Grayscale: #4C4C4C. Windows color (decimal): -7006550 or 11146901. OLE color: 11146901.

HSL color Cylindrical-coordinate representation of color #9516AA: hue angle of 291.49º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9516AA is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14922170-
CMYK0.120.8700.33
HSL291.49º77.08%37.65%-
HSV(B)291.49º87.06%66.67%-
XYZ19.949.8738.88-
YUV76.84180.58179.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 22 (8.98% from 255) = 6.45%
BLUE value IS 170 (66.80% from 255) = 49.85%
R=43.70%
G=6.45%
B=49.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149221700.120.8700.33291.4977.0837.65
Hex9516AAC570211234d26
Octal225262521412704144311546
Binary1001010110110101010101100101011101000011001000111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9516AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,22,170); }

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

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

 a { background-color: rgb(149,22,170); }

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

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

 span { border-color: rgb(149,22,170); }

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