#9D2199

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

Shades of Dark Magenta #9D2199

Tints of Dark Magenta #9D2199

Color information

#9D2199 (or 0x9D2199) is unknown color: approx Dark Magenta. HEX triplet: 9D, 21 and 99. RGB value is (157,33,153). Sum of RGB (Red+Green+Blue) = 157+33+153=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2199 is #62DE66. Grayscale: #535353. Windows color (decimal): -6479463 or 10035613. OLE color: 10035613.

HSL color Cylindrical-coordinate representation of color #9D2199: hue angle of 301.94º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D2199 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15733153-
CMYK00.790.030.38
HSL301.94º65.26%37.25%-
HSV(B)301.94º78.98%61.57%-
XYZ20.210.5631.11-
YUV83.76167.08180.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.77%
GREEN value IS 33 (13.28% from 255) = 9.62%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=45.77%
G=9.62%
B=44.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573315300.790.030.38301.9465.2637.25
Hex9D219904F32612e4125
Octal23541231011734645610145
Binary100111011000011001100101001111111001101001011101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,33,153); }

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

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

 a { background-color: rgb(157,33,153); }

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

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

 span { border-color: rgb(157,33,153); }

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