Shades of Violet Blue #9F5F97
Tints of Violet Blue #9F5F97
RGB
CMYK
RGB Variations
Color information
#9F5F97 (or 0x9F5F97) is known color: Violet Blue. HEX triplet: 9F, 5F and 97. RGB value is (159,95,151). Sum of RGB (Red+Green+Blue) = 159+95+151=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5F97 is #60A068. Grayscale: #787878. Windows color (decimal): -6332521 or 9920415. OLE color: 9920415.
HSL color Cylindrical-coordinate representation of color #9F5F97: hue angle of 307.5º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F5F97 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 95 | 151 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.38 |
| HSL | 307.5º | 0.25% | 0.5% | - |
| HSV(B) | 307.5º | 0.4% | 0.62% | - |
| XYZ | 23.98 | 17.79 | 31.45 | - |
| YUV | 120.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 95 | 151 | 0 | 0.40 | 0.05 | 0.38 | 307.5 | 0.25 | 0.5 |
| Hex | 9F | 5F | 97 | 0 | 28 | 5 | 26 | 134 | 19 | 32 |
| Octal | 237 | 137 | 227 | 0 | 50 | 5 | 46 | 464 | 31 | 62 |
| Binary | 10011111 | 1011111 | 10010111 | 0 | 101000 | 101 | 100110 | 100110100 | 11001 | 110010 |
Color Harmonies of #9F5F97
Complementary color
Monochromatic Colors of #9F5F97
Black with #9F5F97
Text Example
Text Example
White with #9F5F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5F97; }
p { color: rgb(159,95,151); }
H1.HeaderClassName
{
color: #9F5F97;
}
.AnyTagClassName
{
color: #9F5F97;
}
</style>
background-color css
<style>
a { background-color: #9F5F97; }
a { background-color: rgb(159,95,151); }
div.DivClassName
{
background-color: #9F5F97;
}
.BgClassName
{
background-color: #9F5F97;
}
</style>
border-color css
<style>
span { border-color: #9F5F97; }
span { border-color: rgb(159,95,151); }
td.TdClassName
{
border-color: #9F5F97;
}
.TagClassName
{
border-color: #9F5F97;
}
</style>