#9D1396

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

Shades of Dark Magenta #9D1396

Tints of Dark Magenta #9D1396

Color information

#9D1396 (or 0x9D1396) is unknown color: approx Dark Magenta. HEX triplet: 9D, 13 and 96. RGB value is (157,19,150). Sum of RGB (Red+Green+Blue) = 157+19+150=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1396 is #62EC69. Grayscale: #4A4A4A. Windows color (decimal): -6483050 or 9835421. OLE color: 9835421.

HSL color Cylindrical-coordinate representation of color #9D1396: hue angle of 303.04º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D1396 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB15719150-
CMYK00.880.040.38
HSL303.04º78.41%34.51%-
HSV(B)303.04º87.9%61.57%-
XYZ19.649.8429.72-
YUV75.2170.22186.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.16%
GREEN value IS 19 (7.81% from 255) = 5.83%
BLUE value IS 150 (58.98% from 255) = 46.01%
R=48.16%
G=5.83%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571915000.880.040.38303.0478.4134.51
Hex9D139605842612f4e23
Octal23523226013044645711643
Binary100111011001110010110010110001001001101001011111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,19,150); }

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

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

 a { background-color: rgb(157,19,150); }

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

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

 span { border-color: rgb(157,19,150); }

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