#9D4785

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

Shades of Medium Red Violet #9D4785

Tints of Medium Red Violet #9D4785

Color information

#9D4785 (or 0x9D4785) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 47 and 85. RGB value is (157,71,133). Sum of RGB (Red+Green+Blue) = 157+71+133=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4785 is #62B87A. Grayscale: #676767. Windows color (decimal): -6469755 or 8734621. OLE color: 8734621.

HSL color Cylindrical-coordinate representation of color #9D4785: hue angle of 316.74º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D4785 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB15771133-
CMYK00.550.150.38
HSL316.74º37.72%44.71%-
HSV(B)316.74º54.78%61.57%-
XYZ20.3913.3723.7-
YUV103.78144.49165.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.49%
GREEN value IS 71 (28.12% from 255) = 19.67%
BLUE value IS 133 (52.34% from 255) = 36.84%
R=43.49%
G=19.67%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577113300.550.150.38316.7437.7244.71
Hex9D4785037F2613d262d
Octal23510720506717464754655
Binary1001110110001111000010101101111111100110100111101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,71,133); }

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

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

 a { background-color: rgb(157,71,133); }

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

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

 span { border-color: rgb(157,71,133); }

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