#9D16A9

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

Shades of Dark Magenta #9D16A9

Tints of Dark Magenta #9D16A9

Color information

#9D16A9 (or 0x9D16A9) is unknown color: approx Dark Magenta. HEX triplet: 9D, 16 and A9. RGB value is (157,22,169). Sum of RGB (Red+Green+Blue) = 157+22+169=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 169 (66.41% from 255 or 48.56% from 348); Max value from RGB is 169 - color contains mainly: blue. Hex color #9D16A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D16A9 is #62E956. Grayscale: #4E4E4E. Windows color (decimal): -6482263 or 11081373. OLE color: 11081373.

HSL color Cylindrical-coordinate representation of color #9D16A9: hue angle of 295.1º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D16A9 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15722169-
CMYK0.070.8700.34
HSL295.1º76.96%37.45%-
HSV(B)295.1º86.98%66.27%-
XYZ21.3510.6138.46-
YUV79.12178.73183.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.11%
GREEN value IS 22 (8.98% from 255) = 6.32%
BLUE value IS 169 (66.41% from 255) = 48.56%
R=45.11%
G=6.32%
B=48.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal157221690.070.8700.34295.176.9637.45
Hex9D16A97570221274d25
Octal23526251712704244711545
Binary100111011011010101001111101011101000101001001111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D16A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D16A9; }

 p { color: rgb(157,22,169); }

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

<style>
 a { background-color: #9D16A9; }

 a { background-color: rgb(157,22,169); }

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

<style>
 span { border-color: #9D16A9; }

 span { border-color: rgb(157,22,169); }

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