#9D357C

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

Shades of Medium Red Violet #9D357C

Tints of Medium Red Violet #9D357C

Color information

#9D357C (or 0x9D357C) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 35 and 7C. RGB value is (157,53,124). Sum of RGB (Red+Green+Blue) = 157+53+124=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 157 - color contains mainly: red. Hex color #9D357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D357C is #62CA83. Grayscale: #5C5C5C. Windows color (decimal): -6474372 or 8140189. OLE color: 8140189.

HSL color Cylindrical-coordinate representation of color #9D357C: hue angle of 319.04º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D357C is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB15753124-
CMYK00.660.210.38
HSL319.04º49.52%41.18%-
HSV(B)319.04º66.24%61.57%-
XYZ18.8211.1720.23-
YUV92.19145.96174.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.01%
GREEN value IS 53 (21.09% from 255) = 15.87%
BLUE value IS 124 (48.83% from 255) = 37.13%
R=47.01%
G=15.87%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575312400.660.210.38319.0449.5241.18
Hex9D357C042152613f3229
Octal23565174010225464776251
Binary1001110111010111111000100001010101100110100111111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,53,124); }

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

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

 a { background-color: rgb(157,53,124); }

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

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

 span { border-color: rgb(157,53,124); }

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