#9C3B80

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

Shades of Medium Red Violet #9C3B80

Tints of Medium Red Violet #9C3B80

Color information

#9C3B80 (or 0x9C3B80) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 3B and 80. RGB value is (156,59,128). Sum of RGB (Red+Green+Blue) = 156+59+128=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3B80 is #63C47F. Grayscale: #5F5F5F. Windows color (decimal): -6538368 or 8403868. OLE color: 8403868.

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

Color convert

RGB15659128-
CMYK00.620.180.39
HSL317.32º45.12%42.16%-
HSV(B)317.32º62.18%61.18%-
XYZ19.1711.7521.68-
YUV95.87146.14170.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.48%
GREEN value IS 59 (23.44% from 255) = 17.20%
BLUE value IS 128 (50.39% from 255) = 37.32%
R=45.48%
G=17.20%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565912800.620.180.39317.3245.1242.16
Hex9C3B8003E122713d2d2a
Octal2347320007622474755552
Binary1001110011101110000000011111010010100111100111101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,59,128); }

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

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

 a { background-color: rgb(156,59,128); }

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

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

 span { border-color: rgb(156,59,128); }

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