Shades of Violet Blue #9F5497
Tints of Violet Blue #9F5497
RGB
CMYK
RGB Variations
Color information
#9F5497 (or 0x9F5497) is known color: Violet Blue. HEX triplet: 9F, 54 and 97. RGB value is (159,84,151). Sum of RGB (Red+Green+Blue) = 159+84+151=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5497 is #60AB68. Grayscale: #717171. Windows color (decimal): -6335337 or 9917599. OLE color: 9917599.
HSL color Cylindrical-coordinate representation of color #9F5497: hue angle of 306.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F5497 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 84 | 151 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.38 |
| HSL | 306.4º | 0.31% | 0.48% | - |
| HSV(B) | 306.4º | 0.47% | 0.62% | - |
| XYZ | 23.05 | 15.95 | 31.14 | - |
| YUV | 114.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 151 | 0 | 0.47 | 0.05 | 0.38 | 306.4 | 0.31 | 0.48 |
| Hex | 9F | 54 | 97 | 0 | 2F | 5 | 26 | 132 | 1F | 30 |
| Octal | 237 | 124 | 227 | 0 | 57 | 5 | 46 | 462 | 37 | 60 |
| Binary | 10011111 | 1010100 | 10010111 | 0 | 101111 | 101 | 100110 | 100110010 | 11111 | 110000 |
Color Harmonies of #9F5497
Complementary color
Monochromatic Colors of #9F5497
Black with #9F5497
Text Example
Text Example
White with #9F5497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5497; }
p { color: rgb(159,84,151); }
H1.HeaderClassName
{
color: #9F5497;
}
.AnyTagClassName
{
color: #9F5497;
}
</style>
background-color css
<style>
a { background-color: #9F5497; }
a { background-color: rgb(159,84,151); }
div.DivClassName
{
background-color: #9F5497;
}
.BgClassName
{
background-color: #9F5497;
}
</style>
border-color css
<style>
span { border-color: #9F5497; }
span { border-color: rgb(159,84,151); }
td.TdClassName
{
border-color: #9F5497;
}
.TagClassName
{
border-color: #9F5497;
}
</style>