#9D0D97

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

Shades of Dark Magenta #9D0D97

Tints of Dark Magenta #9D0D97

Color information

#9D0D97 (or 0x9D0D97) is unknown color: approx Dark Magenta. HEX triplet: 9D, 0D and 97. RGB value is (157,13,151). Sum of RGB (Red+Green+Blue) = 157+13+151=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0D97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0D97 is #62F268. Grayscale: #474747. Windows color (decimal): -6484585 or 9899421. OLE color: 9899421.

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

Color convert

RGB15713151-
CMYK00.920.040.38
HSL302.5º84.71%33.33%-
HSV(B)302.5º91.72%61.57%-
XYZ19.639.6930.11-
YUV71.79172.71188.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.91%
GREEN value IS 13 (5.47% from 255) = 4.05%
BLUE value IS 151 (59.38% from 255) = 47.04%
R=48.91%
G=4.05%
B=47.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571315100.920.040.38302.584.7133.33
Hex9DD9705C42612e5521
Octal23515227013444645612541
Binary10011101110110010111010111001001001101001011101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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