#9C387A

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

Shades of Medium Red Violet #9C387A

Tints of Medium Red Violet #9C387A

Color information

#9C387A (or 0x9C387A) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 38 and 7A. RGB value is (156,56,122). Sum of RGB (Red+Green+Blue) = 156+56+122=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C387A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C387A is #63C785. Grayscale: #5D5D5D. Windows color (decimal): -6539142 or 8009884. OLE color: 8009884.

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

Color convert

RGB15656122-
CMYK00.640.220.39
HSL320.4º47.17%41.57%-
HSV(B)320.4º64.1%61.18%-
XYZ18.6411.319.61-
YUV93.42144.13172.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.71%
GREEN value IS 56 (22.27% from 255) = 16.77%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=46.71%
G=16.77%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565612200.640.220.39320.447.1741.57
Hex9C387A04016271402f2a
Octal23470172010026475005752
Binary1001110011100011110100100000010110100111101000000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,56,122); }

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

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

 a { background-color: rgb(156,56,122); }

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

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

 span { border-color: rgb(156,56,122); }

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