#9D358C

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

Shades of Medium Red Violet #9D358C

Tints of Medium Red Violet #9D358C

Color information

#9D358C (or 0x9D358C) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 35 and 8C. RGB value is (157,53,140). Sum of RGB (Red+Green+Blue) = 157+53+140=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 157 - color contains mainly: red. Hex color #9D358C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D358C is #62CA73. Grayscale: #5D5D5D. Windows color (decimal): -6474356 or 9188765. OLE color: 9188765.

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

Color convert

RGB15753140-
CMYK00.660.110.38
HSL309.81º49.52%41.18%-
HSV(B)309.81º66.24%61.57%-
XYZ19.9111.6126-
YUV94.01153.96172.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.86%
GREEN value IS 53 (21.09% from 255) = 15.14%
BLUE value IS 140 (55.08% from 255) = 40%
R=44.86%
G=15.14%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575314000.660.110.38309.8149.5241.18
Hex9D358C042B261363229
Octal23565214010213464666251
Binary1001110111010110001100010000101011100110100110110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D358C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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