#9D388C

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

Shades of Medium Red Violet #9D388C

Tints of Medium Red Violet #9D388C

Color information

#9D388C (or 0x9D388C) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 38 and 8C. RGB value is (157,56,140). Sum of RGB (Red+Green+Blue) = 157+56+140=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D388C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D388C is #62C773. Grayscale: #5F5F5F. Windows color (decimal): -6473588 or 9189533. OLE color: 9189533.

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

Color convert

RGB15756140-
CMYK00.640.110.38
HSL310.1º47.42%41.76%-
HSV(B)310.1º64.33%61.57%-
XYZ20.0511.8926.05-
YUV95.78152.96171.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.48%
GREEN value IS 56 (22.27% from 255) = 15.86%
BLUE value IS 140 (55.08% from 255) = 39.66%
R=44.48%
G=15.86%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575614000.640.110.38310.147.4241.76
Hex9D388C040B261362f2a
Octal23570214010013464665752
Binary1001110111100010001100010000001011100110100110110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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