#9C3D80

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

Shades of Medium Red Violet #9C3D80

Tints of Medium Red Violet #9C3D80

Color information

#9C3D80 (or 0x9C3D80) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 3D and 80. RGB value is (156,61,128). Sum of RGB (Red+Green+Blue) = 156+61+128=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3D80 is #63C27F. Grayscale: #606060. Windows color (decimal): -6537856 or 8404380. OLE color: 8404380.

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

Color convert

RGB15661128-
CMYK00.610.180.39
HSL317.68º43.78%42.55%-
HSV(B)317.68º60.9%61.18%-
XYZ19.2811.9621.72-
YUV97.04145.47170.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.22%
GREEN value IS 61 (24.22% from 255) = 17.68%
BLUE value IS 128 (50.39% from 255) = 37.10%
R=45.22%
G=17.68%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566112800.610.180.39317.6843.7842.55
Hex9C3D8003D122713e2c2b
Octal2347520007522474765453
Binary1001110011110110000000011110110010100111100111110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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