#9D4680

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

Shades of Medium Red Violet #9D4680

Tints of Medium Red Violet #9D4680

Color information

#9D4680 (or 0x9D4680) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 46 and 80. RGB value is (157,70,128). Sum of RGB (Red+Green+Blue) = 157+70+128=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4680 is #62B97F. Grayscale: #666666. Windows color (decimal): -6470016 or 8406685. OLE color: 8406685.

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

Color convert

RGB15770128-
CMYK00.550.180.38
HSL320º38.33%44.51%-
HSV(B)320º55.41%61.57%-
XYZ19.9913.1121.9-
YUV102.62142.32166.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.23%
GREEN value IS 70 (27.73% from 255) = 19.72%
BLUE value IS 128 (50.39% from 255) = 36.06%
R=44.23%
G=19.72%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577012800.550.180.3832038.3344.51
Hex9D46800371226140262d
Octal23510620006722465004655
Binary10011101100011010000000011011110010100110101000000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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