Shades of Medium Red Violet #9F458B
Tints of Medium Red Violet #9F458B
RGB
CMYK
RGB Variations
Color information
#9F458B (or 0x9F458B) is known color: Medium Red Violet. HEX triplet: 9F, 45 and 8B. RGB value is (159,69,139). Sum of RGB (Red+Green+Blue) = 159+69+139=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F458B is #60BA74. Grayscale: #676767. Windows color (decimal): -6339189 or 9127327. OLE color: 9127327.
HSL color Cylindrical-coordinate representation of color #9F458B: hue angle of 313.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F458B is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 69 | 139 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.38 |
| HSL | 313.33º | 0.39% | 0.45% | - |
| HSV(B) | 313.33º | 0.57% | 0.62% | - |
| XYZ | 21.09 | 13.49 | 25.92 | - |
| YUV | 103.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 139 | 0 | 0.57 | 0.13 | 0.38 | 313.33 | 0.39 | 0.45 |
| Hex | 9F | 45 | 8B | 0 | 39 | D | 26 | 139 | 27 | 2D |
| Octal | 237 | 105 | 213 | 0 | 71 | 15 | 46 | 471 | 47 | 55 |
| Binary | 10011111 | 1000101 | 10001011 | 0 | 111001 | 1101 | 100110 | 100111001 | 100111 | 101101 |
Color Harmonies of #9F458B
Complementary color
Monochromatic Colors of #9F458B
Black with #9F458B
Text Example
Text Example
White with #9F458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F458B; }
p { color: rgb(159,69,139); }
H1.HeaderClassName
{
color: #9F458B;
}
.AnyTagClassName
{
color: #9F458B;
}
</style>
background-color css
<style>
a { background-color: #9F458B; }
a { background-color: rgb(159,69,139); }
div.DivClassName
{
background-color: #9F458B;
}
.BgClassName
{
background-color: #9F458B;
}
</style>
border-color css
<style>
span { border-color: #9F458B; }
span { border-color: rgb(159,69,139); }
td.TdClassName
{
border-color: #9F458B;
}
.TagClassName
{
border-color: #9F458B;
}
</style>