Shades of Medium Red Violet #9F357B
Tints of Medium Red Violet #9F357B
RGB
CMYK
RGB Variations
Color information
#9F357B (or 0x9F357B) is known color: Medium Red Violet. HEX triplet: 9F, 35 and 7B. RGB value is (159,53,123). Sum of RGB (Red+Green+Blue) = 159+53+123=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F357B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F357B is #60CA84. Grayscale: #5C5C5C. Windows color (decimal): -6343301 or 8074655. OLE color: 8074655.
HSL color Cylindrical-coordinate representation of color #9F357B: hue angle of 320.38º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F357B is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 123 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.38 |
| HSL | 320.38º | 0.5% | 0.42% | - |
| HSV(B) | 320.38º | 0.67% | 0.62% | - |
| XYZ | 19.15 | 11.35 | 19.92 | - |
| YUV | 92.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 123 | 0 | 0.67 | 0.23 | 0.38 | 320.38 | 0.5 | 0.42 |
| Hex | 9F | 35 | 7B | 0 | 43 | 17 | 26 | 140 | 32 | 2A |
| Octal | 237 | 65 | 173 | 0 | 103 | 27 | 46 | 500 | 62 | 52 |
| Binary | 10011111 | 110101 | 1111011 | 0 | 1000011 | 10111 | 100110 | 101000000 | 110010 | 101010 |
Color Harmonies of #9F357B
Complementary color
Monochromatic Colors of #9F357B
Black with #9F357B
Text Example
Text Example
White with #9F357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F357B; }
p { color: rgb(159,53,123); }
H1.HeaderClassName
{
color: #9F357B;
}
.AnyTagClassName
{
color: #9F357B;
}
</style>
background-color css
<style>
a { background-color: #9F357B; }
a { background-color: rgb(159,53,123); }
div.DivClassName
{
background-color: #9F357B;
}
.BgClassName
{
background-color: #9F357B;
}
</style>
border-color css
<style>
span { border-color: #9F357B; }
span { border-color: rgb(159,53,123); }
td.TdClassName
{
border-color: #9F357B;
}
.TagClassName
{
border-color: #9F357B;
}
</style>