Shades of Violet Blue #9F5992
Tints of Violet Blue #9F5992
RGB
CMYK
RGB Variations
Color information
#9F5992 (or 0x9F5992) is known color: Violet Blue. HEX triplet: 9F, 59 and 92. RGB value is (159,89,146). Sum of RGB (Red+Green+Blue) = 159+89+146=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5992 is #60A66D. Grayscale: #747474. Windows color (decimal): -6334062 or 9591199. OLE color: 9591199.
HSL color Cylindrical-coordinate representation of color #9F5992: hue angle of 311.14º 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 #9F5992 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 146 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.38 |
| HSL | 311.14º | 0.28% | 0.49% | - |
| HSV(B) | 311.14º | 0.44% | 0.62% | - |
| XYZ | 23.06 | 16.59 | 29.18 | - |
| YUV | 116.43 | 144.69 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 146 | 0 | 0.44 | 0.08 | 0.38 | 311.14 | 0.28 | 0.49 |
| Hex | 9F | 59 | 92 | 0 | 2C | 8 | 26 | 137 | 1C | 31 |
| Octal | 237 | 131 | 222 | 0 | 54 | 10 | 46 | 467 | 34 | 61 |
| Binary | 10011111 | 1011001 | 10010010 | 0 | 101100 | 1000 | 100110 | 100110111 | 11100 | 110001 |
Color Harmonies of #9F5992
Complementary color
Monochromatic Colors of #9F5992
Black with #9F5992
Text Example
Text Example
White with #9F5992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5992; }
p { color: rgb(159,89,146); }
H1.HeaderClassName
{
color: #9F5992;
}
.AnyTagClassName
{
color: #9F5992;
}
</style>
background-color css
<style>
a { background-color: #9F5992; }
a { background-color: rgb(159,89,146); }
div.DivClassName
{
background-color: #9F5992;
}
.BgClassName
{
background-color: #9F5992;
}
</style>
border-color css
<style>
span { border-color: #9F5992; }
span { border-color: rgb(159,89,146); }
td.TdClassName
{
border-color: #9F5992;
}
.TagClassName
{
border-color: #9F5992;
}
</style>