Shades of Violet Blue #9F5B97
Tints of Violet Blue #9F5B97
RGB
CMYK
RGB Variations
Color information
#9F5B97 (or 0x9F5B97) is known color: Violet Blue. HEX triplet: 9F, 5B and 97. RGB value is (159,91,151). Sum of RGB (Red+Green+Blue) = 159+91+151=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5B97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5B97 is #60A468. Grayscale: #757575. Windows color (decimal): -6333545 or 9919391. OLE color: 9919391.
HSL color Cylindrical-coordinate representation of color #9F5B97: hue angle of 307.06º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F5B97 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 91 | 151 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.38 |
| HSL | 307.06º | 0.27% | 0.49% | - |
| HSV(B) | 307.06º | 0.43% | 0.62% | - |
| XYZ | 23.63 | 17.09 | 31.33 | - |
| YUV | 118.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 91 | 151 | 0 | 0.43 | 0.05 | 0.38 | 307.06 | 0.27 | 0.49 |
| Hex | 9F | 5B | 97 | 0 | 2B | 5 | 26 | 133 | 1B | 31 |
| Octal | 237 | 133 | 227 | 0 | 53 | 5 | 46 | 463 | 33 | 61 |
| Binary | 10011111 | 1011011 | 10010111 | 0 | 101011 | 101 | 100110 | 100110011 | 11011 | 110001 |
Color Harmonies of #9F5B97
Complementary color
Monochromatic Colors of #9F5B97
Black with #9F5B97
Text Example
Text Example
White with #9F5B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5B97; }
p { color: rgb(159,91,151); }
H1.HeaderClassName
{
color: #9F5B97;
}
.AnyTagClassName
{
color: #9F5B97;
}
</style>
background-color css
<style>
a { background-color: #9F5B97; }
a { background-color: rgb(159,91,151); }
div.DivClassName
{
background-color: #9F5B97;
}
.BgClassName
{
background-color: #9F5B97;
}
</style>
border-color css
<style>
span { border-color: #9F5B97; }
span { border-color: rgb(159,91,151); }
td.TdClassName
{
border-color: #9F5B97;
}
.TagClassName
{
border-color: #9F5B97;
}
</style>