#9D1097

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

Shades of Dark Magenta #9D1097

Tints of Dark Magenta #9D1097

Color information

#9D1097 (or 0x9D1097) is unknown color: approx Dark Magenta. HEX triplet: 9D, 10 and 97. RGB value is (157,16,151). Sum of RGB (Red+Green+Blue) = 157+16+151=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1097 is #62EF68. Grayscale: #494949. Windows color (decimal): -6483817 or 9900189. OLE color: 9900189.

HSL color Cylindrical-coordinate representation of color #9D1097: hue angle of 302.55º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D1097 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB15716151-
CMYK00.900.040.38
HSL302.55º81.5%33.92%-
HSV(B)302.55º89.81%61.57%-
XYZ19.689.7730.13-
YUV73.55171.71187.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.46%
GREEN value IS 16 (6.64% from 255) = 4.94%
BLUE value IS 151 (59.38% from 255) = 46.60%
R=48.46%
G=4.94%
B=46.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571615100.900.040.38302.5581.533.92
Hex9D109705A42612f5222
Octal23520227013244645712242
Binary100111011000010010111010110101001001101001011111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,16,151); }

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

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

 a { background-color: rgb(157,16,151); }

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

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

 span { border-color: rgb(157,16,151); }

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