Shades of Medium Red Violet #9F397B
Tints of Medium Red Violet #9F397B
RGB
CMYK
RGB Variations
Color information
#9F397B (or 0x9F397B) is known color: Medium Red Violet. HEX triplet: 9F, 39 and 7B. RGB value is (159,57,123). Sum of RGB (Red+Green+Blue) = 159+57+123=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F397B is #60C684. Grayscale: #5E5E5E. Windows color (decimal): -6342277 or 8075679. OLE color: 8075679.
HSL color Cylindrical-coordinate representation of color #9F397B: hue angle of 321.18º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F397B is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 123 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.38 |
| HSL | 321.18º | 0.47% | 0.42% | - |
| HSV(B) | 321.18º | 0.64% | 0.62% | - |
| XYZ | 19.34 | 11.73 | 19.98 | - |
| YUV | 95.02 | 143.79 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 123 | 0 | 0.64 | 0.23 | 0.38 | 321.18 | 0.47 | 0.42 |
| Hex | 9F | 39 | 7B | 0 | 40 | 17 | 26 | 141 | 2F | 2A |
| Octal | 237 | 71 | 173 | 0 | 100 | 27 | 46 | 501 | 57 | 52 |
| Binary | 10011111 | 111001 | 1111011 | 0 | 1000000 | 10111 | 100110 | 101000001 | 101111 | 101010 |
Color Harmonies of #9F397B
Complementary color
Monochromatic Colors of #9F397B
Black with #9F397B
Text Example
Text Example
White with #9F397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F397B; }
p { color: rgb(159,57,123); }
H1.HeaderClassName
{
color: #9F397B;
}
.AnyTagClassName
{
color: #9F397B;
}
</style>
background-color css
<style>
a { background-color: #9F397B; }
a { background-color: rgb(159,57,123); }
div.DivClassName
{
background-color: #9F397B;
}
.BgClassName
{
background-color: #9F397B;
}
</style>
border-color css
<style>
span { border-color: #9F397B; }
span { border-color: rgb(159,57,123); }
td.TdClassName
{
border-color: #9F397B;
}
.TagClassName
{
border-color: #9F397B;
}
</style>