#9D397F

Color #9D397F Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #9D397F

Tints of Medium Red Violet #9D397F

Color information

#9D397F (or 0x9D397F) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 39 and 7F. RGB value is (157,57,127). Sum of RGB (Red+Green+Blue) = 157+57+127=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 157 - color contains mainly: red. Hex color #9D397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D397F is #62C680. Grayscale: #5E5E5E. Windows color (decimal): -6473345 or 8337821. OLE color: 8337821.

HSL color Cylindrical-coordinate representation of color #9D397F: hue angle of 318º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D397F is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB15757127-
CMYK00.640.190.38
HSL318º46.73%41.96%-
HSV(B)318º63.69%61.57%-
XYZ19.211.6321.31-
YUV94.88146.13172.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.04%
GREEN value IS 57 (22.66% from 255) = 16.72%
BLUE value IS 127 (50% from 255) = 37.24%
R=46.04%
G=16.72%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575712700.640.190.3831846.7341.96
Hex9D397F040132613e2f2a
Octal23571177010023464765752
Binary1001110111100111111110100000010011100110100111110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,57,127); }

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

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

 a { background-color: rgb(157,57,127); }

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

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

 span { border-color: rgb(157,57,127); }

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