Shades of Medium Red Violet #9F307B
Tints of Medium Red Violet #9F307B
RGB
CMYK
RGB Variations
Color information
#9F307B (or 0x9F307B) is known color: Medium Red Violet. HEX triplet: 9F, 30 and 7B. RGB value is (159,48,123). Sum of RGB (Red+Green+Blue) = 159+48+123=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F307B is #60CF84. Grayscale: #595959. Windows color (decimal): -6344581 or 8073375. OLE color: 8073375.
HSL color Cylindrical-coordinate representation of color #9F307B: hue angle of 319.46º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F307B is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 48 | 123 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.38 |
| HSL | 319.46º | 0.54% | 0.41% | - |
| HSV(B) | 319.46º | 0.7% | 0.62% | - |
| XYZ | 18.93 | 10.91 | 19.85 | - |
| YUV | 89.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 48 | 123 | 0 | 0.70 | 0.23 | 0.38 | 319.46 | 0.54 | 0.41 |
| Hex | 9F | 30 | 7B | 0 | 46 | 17 | 26 | 13F | 36 | 29 |
| Octal | 237 | 60 | 173 | 0 | 106 | 27 | 46 | 477 | 66 | 51 |
| Binary | 10011111 | 110000 | 1111011 | 0 | 1000110 | 10111 | 100110 | 100111111 | 110110 | 101001 |
Color Harmonies of #9F307B
Complementary color
Monochromatic Colors of #9F307B
Black with #9F307B
Text Example
Text Example
White with #9F307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F307B; }
p { color: rgb(159,48,123); }
H1.HeaderClassName
{
color: #9F307B;
}
.AnyTagClassName
{
color: #9F307B;
}
</style>
background-color css
<style>
a { background-color: #9F307B; }
a { background-color: rgb(159,48,123); }
div.DivClassName
{
background-color: #9F307B;
}
.BgClassName
{
background-color: #9F307B;
}
</style>
border-color css
<style>
span { border-color: #9F307B; }
span { border-color: rgb(159,48,123); }
td.TdClassName
{
border-color: #9F307B;
}
.TagClassName
{
border-color: #9F307B;
}
</style>