Shades of Medium Red Violet #9B4680
Tints of Medium Red Violet #9B4680
RGB
CMYK
RGB Variations
Color information
#9B4680 (or 0x9B4680) is known color: Medium Red Violet. HEX triplet: 9B, 46 and 80. RGB value is (155,70,128). Sum of RGB (Red+Green+Blue) = 155+70+128=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4680 is #64B97F. Grayscale: #656565. Windows color (decimal): -6601088 or 8406683. OLE color: 8406683.
HSL color Cylindrical-coordinate representation of color #9B4680: hue angle of 319.06º 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 #9B4680 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 70 | 128 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.39 |
| HSL | 319.06º | 0.38% | 0.44% | - |
| HSV(B) | 319.06º | 0.55% | 0.61% | - |
| XYZ | 19.6 | 12.91 | 21.88 | - |
| YUV | 102.03 | 142.66 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 128 | 0 | 0.55 | 0.17 | 0.39 | 319.06 | 0.38 | 0.44 |
| Hex | 9B | 46 | 80 | 0 | 37 | 11 | 27 | 13F | 26 | 2C |
| Octal | 233 | 106 | 200 | 0 | 67 | 21 | 47 | 477 | 46 | 54 |
| Binary | 10011011 | 1000110 | 10000000 | 0 | 110111 | 10001 | 100111 | 100111111 | 100110 | 101100 |
Color Harmonies of #9B4680
Complementary color
Monochromatic Colors of #9B4680
Black with #9B4680
Text Example
Text Example
White with #9B4680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4680; }
p { color: rgb(155,70,128); }
H1.HeaderClassName
{
color: #9B4680;
}
.AnyTagClassName
{
color: #9B4680;
}
</style>
background-color css
<style>
a { background-color: #9B4680; }
a { background-color: rgb(155,70,128); }
div.DivClassName
{
background-color: #9B4680;
}
.BgClassName
{
background-color: #9B4680;
}
</style>
border-color css
<style>
span { border-color: #9B4680; }
span { border-color: rgb(155,70,128); }
td.TdClassName
{
border-color: #9B4680;
}
.TagClassName
{
border-color: #9B4680;
}
</style>