#9C3578

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

Shades of Medium Red Violet #9C3578

Tints of Medium Red Violet #9C3578

Color information

#9C3578 (or 0x9C3578) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 35 and 78. RGB value is (156,53,120). Sum of RGB (Red+Green+Blue) = 156+53+120=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3578 is #63CA87. Grayscale: #5B5B5B. Windows color (decimal): -6539912 or 7878044. OLE color: 7878044.

HSL color Cylindrical-coordinate representation of color #9C3578: hue angle of 320.97º 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 #9C3578 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB15653120-
CMYK00.660.230.39
HSL320.97º49.28%40.98%-
HSV(B)320.97º66.03%61.18%-
XYZ18.3710.9718.92-
YUV91.44144.12174.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.42%
GREEN value IS 53 (21.09% from 255) = 16.11%
BLUE value IS 120 (47.27% from 255) = 36.47%
R=47.42%
G=16.11%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565312000.660.230.39320.9749.2840.98
Hex9C357804217271413129
Octal23465170010227475016151
Binary1001110011010111110000100001010111100111101000001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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