#9C4680

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

Shades of Medium Red Violet #9C4680

Tints of Medium Red Violet #9C4680

Color information

#9C4680 (or 0x9C4680) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 46 and 80. RGB value is (156,70,128). Sum of RGB (Red+Green+Blue) = 156+70+128=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4680 is #63B97F. Grayscale: #666666. Windows color (decimal): -6535552 or 8406684. OLE color: 8406684.

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

Color convert

RGB15670128-
CMYK00.550.180.39
HSL319.53º38.05%44.31%-
HSV(B)319.53º55.13%61.18%-
XYZ19.813.0121.89-
YUV102.33142.49166.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.07%
GREEN value IS 70 (27.73% from 255) = 19.77%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=44.07%
G=19.77%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567012800.550.180.39319.5338.0544.31
Hex9C46800371227140262c
Octal23410620006722475004654
Binary10011100100011010000000011011110010100111101000000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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