#9D0397

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

Shades of Dark Magenta #9D0397

Tints of Dark Magenta #9D0397

Color information

#9D0397 (or 0x9D0397) is unknown color: approx Dark Magenta. HEX triplet: 9D, 03 and 97. RGB value is (157,3,151). Sum of RGB (Red+Green+Blue) = 157+3+151=311 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.48% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0397 is #62FC68. Grayscale: #414141. Windows color (decimal): -6487145 or 9896861. OLE color: 9896861.

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

Color convert

RGB1573151-
CMYK00.980.040.38
HSL302.34º96.25%31.37%-
HSV(B)302.34º98.09%61.57%-
XYZ19.529.4730.08-
YUV65.92176.02192.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.48%
GREEN value IS 3 (1.56% from 255) = 0.96%
BLUE value IS 151 (59.38% from 255) = 48.55%
R=50.48%
G=0.96%
B=48.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157315100.980.040.38302.3496.2531.37
Hex9D39706242612e601f
Octal2353227014244645614037
Binary10011101111001011101100010100100110100101110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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