#9C4785

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

Shades of Medium Red Violet #9C4785

Tints of Medium Red Violet #9C4785

Color information

#9C4785 (or 0x9C4785) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 47 and 85. RGB value is (156,71,133). Sum of RGB (Red+Green+Blue) = 156+71+133=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4785 is #63B87A. Grayscale: #676767. Windows color (decimal): -6535291 or 8734620. OLE color: 8734620.

HSL color Cylindrical-coordinate representation of color #9C4785: hue angle of 316.24º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C4785 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB15671133-
CMYK00.540.150.39
HSL316.24º37.44%44.51%-
HSV(B)316.24º54.49%61.18%-
XYZ20.213.2723.69-
YUV103.48144.66165.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.33%
GREEN value IS 71 (28.12% from 255) = 19.72%
BLUE value IS 133 (52.34% from 255) = 36.94%
R=43.33%
G=19.72%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567113300.540.150.39316.2437.4444.51
Hex9C4785036F2713c252d
Octal23410720506617474744555
Binary1001110010001111000010101101101111100111100111100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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