#9D397E

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

Shades of Medium Red Violet #9D397E

Tints of Medium Red Violet #9D397E

Color information

#9D397E (or 0x9D397E) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 39 and 7E. RGB value is (157,57,126). Sum of RGB (Red+Green+Blue) = 157+57+126=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 157 - color contains mainly: red. Hex color #9D397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D397E is #62C681. Grayscale: #5E5E5E. Windows color (decimal): -6473346 or 8272285. OLE color: 8272285.

HSL color Cylindrical-coordinate representation of color #9D397E: hue angle of 318.6º 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 #9D397E is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB15757126-
CMYK00.640.200.38
HSL318.6º46.73%41.96%-
HSV(B)318.6º63.69%61.57%-
XYZ19.1311.620.97-
YUV94.77145.63172.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.18%
GREEN value IS 57 (22.66% from 255) = 16.76%
BLUE value IS 126 (49.61% from 255) = 37.06%
R=46.18%
G=16.76%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575712600.640.200.38318.646.7341.96
Hex9D397E040142613f2f2a
Octal23571176010024464775752
Binary1001110111100111111100100000010100100110100111111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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