#9C357F

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

Shades of Medium Red Violet #9C357F

Tints of Medium Red Violet #9C357F

Color information

#9C357F (or 0x9C357F) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 35 and 7F. RGB value is (156,53,127). Sum of RGB (Red+Green+Blue) = 156+53+127=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C357F is #63CA80. Grayscale: #5C5C5C. Windows color (decimal): -6539905 or 8336796. OLE color: 8336796.

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

Color convert

RGB15653127-
CMYK00.660.190.39
HSL316.89º49.28%40.98%-
HSV(B)316.89º66.03%61.18%-
XYZ18.8111.1521.24-
YUV92.23147.62173.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.43%
GREEN value IS 53 (21.09% from 255) = 15.77%
BLUE value IS 127 (50% from 255) = 37.80%
R=46.43%
G=15.77%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565312700.660.190.39316.8949.2840.98
Hex9C357F042132713d3129
Octal23465177010223474756151
Binary1001110011010111111110100001010011100111100111101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,53,127); }

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

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

 a { background-color: rgb(156,53,127); }

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

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

 span { border-color: rgb(156,53,127); }

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