#9C377E

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

Shades of Medium Red Violet #9C377E

Tints of Medium Red Violet #9C377E

Color information

#9C377E (or 0x9C377E) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 37 and 7E. RGB value is (156,55,126). Sum of RGB (Red+Green+Blue) = 156+55+126=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C377E is #63C881. Grayscale: #5D5D5D. Windows color (decimal): -6539394 or 8271772. OLE color: 8271772.

HSL color Cylindrical-coordinate representation of color #9C377E: hue angle of 317.82º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C377E is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB15655126-
CMYK00.650.190.39
HSL317.82º47.87%41.37%-
HSV(B)317.82º64.74%61.18%-
XYZ18.8411.3120.93-
YUV93.29146.46172.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.29%
GREEN value IS 55 (21.88% from 255) = 16.32%
BLUE value IS 126 (49.61% from 255) = 37.39%
R=46.29%
G=16.32%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565512600.650.190.39317.8247.8741.37
Hex9C377E041132713e3029
Octal23467176010123474766051
Binary1001110011011111111100100000110011100111100111110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,55,126); }

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

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

 a { background-color: rgb(156,55,126); }

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

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

 span { border-color: rgb(156,55,126); }

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