#9C397C

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

Shades of Medium Red Violet #9C397C

Tints of Medium Red Violet #9C397C

Color information

#9C397C (or 0x9C397C) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 39 and 7C. RGB value is (156,57,124). Sum of RGB (Red+Green+Blue) = 156+57+124=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C397C is #63C683. Grayscale: #5E5E5E. Windows color (decimal): -6538884 or 8141212. OLE color: 8141212.

HSL color Cylindrical-coordinate representation of color #9C397C: hue angle of 319.39º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C397C is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB15657124-
CMYK00.630.210.39
HSL319.39º46.48%41.76%-
HSV(B)319.39º63.46%61.18%-
XYZ18.8111.4520.29-
YUV94.24144.8172.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.29%
GREEN value IS 57 (22.66% from 255) = 16.91%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=46.29%
G=16.91%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565712400.630.210.39319.3946.4841.76
Hex9C397C03F152713f2e2a
Octal2347117407725474775652
Binary100111001110011111100011111110101100111100111111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,57,124); }

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

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

 a { background-color: rgb(156,57,124); }

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

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

 span { border-color: rgb(156,57,124); }

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