Shades of Violet Blue #9F5995
Tints of Violet Blue #9F5995
RGB
CMYK
RGB Variations
Color information
#9F5995 (or 0x9F5995) is known color: Violet Blue. HEX triplet: 9F, 59 and 95. RGB value is (159,89,149). Sum of RGB (Red+Green+Blue) = 159+89+149=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5995 is #60A66A. Grayscale: #747474. Windows color (decimal): -6334059 or 9787807. OLE color: 9787807.
HSL color Cylindrical-coordinate representation of color #9F5995: hue angle of 308.57º 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 #9F5995 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 149 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.38 |
| HSL | 308.57º | 0.28% | 0.49% | - |
| HSV(B) | 308.57º | 0.44% | 0.62% | - |
| XYZ | 23.3 | 16.69 | 30.43 | - |
| YUV | 116.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 149 | 0 | 0.44 | 0.06 | 0.38 | 308.57 | 0.28 | 0.49 |
| Hex | 9F | 59 | 95 | 0 | 2C | 6 | 26 | 135 | 1C | 31 |
| Octal | 237 | 131 | 225 | 0 | 54 | 6 | 46 | 465 | 34 | 61 |
| Binary | 10011111 | 1011001 | 10010101 | 0 | 101100 | 110 | 100110 | 100110101 | 11100 | 110001 |
Color Harmonies of #9F5995
Complementary color
Monochromatic Colors of #9F5995
Black with #9F5995
Text Example
Text Example
White with #9F5995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5995; }
p { color: rgb(159,89,149); }
H1.HeaderClassName
{
color: #9F5995;
}
.AnyTagClassName
{
color: #9F5995;
}
</style>
background-color css
<style>
a { background-color: #9F5995; }
a { background-color: rgb(159,89,149); }
div.DivClassName
{
background-color: #9F5995;
}
.BgClassName
{
background-color: #9F5995;
}
</style>
border-color css
<style>
span { border-color: #9F5995; }
span { border-color: rgb(159,89,149); }
td.TdClassName
{
border-color: #9F5995;
}
.TagClassName
{
border-color: #9F5995;
}
</style>