Shades of Violet Blue #9F6D97
Tints of Violet Blue #9F6D97
RGB
CMYK
RGB Variations
Color information
#9F6D97 (or 0x9F6D97) is known color: Violet Blue. HEX triplet: 9F, 6D and 97. RGB value is (159,109,151). Sum of RGB (Red+Green+Blue) = 159+109+151=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6D97 is #609268. Grayscale: #808080. Windows color (decimal): -6328937 or 9923999. OLE color: 9923999.
HSL color Cylindrical-coordinate representation of color #9F6D97: hue angle of 309.6º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F6D97 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 109 | 151 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.38 |
| HSL | 309.6º | 0.21% | 0.53% | - |
| HSV(B) | 309.6º | 0.31% | 0.62% | - |
| XYZ | 25.35 | 20.54 | 31.91 | - |
| YUV | 128.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 109 | 151 | 0 | 0.31 | 0.05 | 0.38 | 309.6 | 0.21 | 0.53 |
| Hex | 9F | 6D | 97 | 0 | 1F | 5 | 26 | 136 | 15 | 35 |
| Octal | 237 | 155 | 227 | 0 | 37 | 5 | 46 | 466 | 25 | 65 |
| Binary | 10011111 | 1101101 | 10010111 | 0 | 11111 | 101 | 100110 | 100110110 | 10101 | 110101 |
Color Harmonies of #9F6D97
Complementary color
Monochromatic Colors of #9F6D97
Black with #9F6D97
Text Example
Text Example
White with #9F6D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6D97; }
p { color: rgb(159,109,151); }
H1.HeaderClassName
{
color: #9F6D97;
}
.AnyTagClassName
{
color: #9F6D97;
}
</style>
background-color css
<style>
a { background-color: #9F6D97; }
a { background-color: rgb(159,109,151); }
div.DivClassName
{
background-color: #9F6D97;
}
.BgClassName
{
background-color: #9F6D97;
}
</style>
border-color css
<style>
span { border-color: #9F6D97; }
span { border-color: rgb(159,109,151); }
td.TdClassName
{
border-color: #9F6D97;
}
.TagClassName
{
border-color: #9F6D97;
}
</style>