Shades of Violet Blue #9F5991
Tints of Violet Blue #9F5991
RGB
CMYK
RGB Variations
Color information
#9F5991 (or 0x9F5991) is known color: Violet Blue. HEX triplet: 9F, 59 and 91. RGB value is (159,89,145). Sum of RGB (Red+Green+Blue) = 159+89+145=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5991 is #60A66E. Grayscale: #747474. Windows color (decimal): -6334063 or 9525663. OLE color: 9525663.
HSL color Cylindrical-coordinate representation of color #9F5991: hue angle of 312º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F5991 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 145 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.38 |
| HSL | 312º | 0.28% | 0.49% | - |
| HSV(B) | 312º | 0.44% | 0.62% | - |
| XYZ | 22.98 | 16.56 | 28.77 | - |
| YUV | 116.31 | 144.19 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 145 | 0 | 0.44 | 0.09 | 0.38 | 312 | 0.28 | 0.49 |
| Hex | 9F | 59 | 91 | 0 | 2C | 9 | 26 | 138 | 1C | 31 |
| Octal | 237 | 131 | 221 | 0 | 54 | 11 | 46 | 470 | 34 | 61 |
| Binary | 10011111 | 1011001 | 10010001 | 0 | 101100 | 1001 | 100110 | 100111000 | 11100 | 110001 |
Color Harmonies of #9F5991
Complementary color
Monochromatic Colors of #9F5991
Black with #9F5991
Text Example
Text Example
White with #9F5991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5991; }
p { color: rgb(159,89,145); }
H1.HeaderClassName
{
color: #9F5991;
}
.AnyTagClassName
{
color: #9F5991;
}
</style>
background-color css
<style>
a { background-color: #9F5991; }
a { background-color: rgb(159,89,145); }
div.DivClassName
{
background-color: #9F5991;
}
.BgClassName
{
background-color: #9F5991;
}
</style>
border-color css
<style>
span { border-color: #9F5991; }
span { border-color: rgb(159,89,145); }
td.TdClassName
{
border-color: #9F5991;
}
.TagClassName
{
border-color: #9F5991;
}
</style>