Shades of Violet Blue #9F799E
Tints of Violet Blue #9F799E
RGB
CMYK
RGB Variations
Color information
#9F799E (or 0x9F799E) is known color: Violet Blue. HEX triplet: 9F, 79 and 9E. RGB value is (159,121,158). Sum of RGB (Red+Green+Blue) = 159+121+158=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 159 - color contains mainly: red. Hex color #9F799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F799E is #608661. Grayscale: #888888. Windows color (decimal): -6325858 or 10385823. OLE color: 10385823.
HSL color Cylindrical-coordinate representation of color #9F799E: hue angle of 301.58º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F799E is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 121 | 158 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.38 |
| HSL | 301.58º | 0.17% | 0.55% | - |
| HSV(B) | 301.58º | 0.24% | 0.62% | - |
| XYZ | 27.31 | 23.51 | 35.45 | - |
| YUV | 136.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 121 | 158 | 0 | 0.24 | 0.01 | 0.38 | 301.58 | 0.17 | 0.55 |
| Hex | 9F | 79 | 9E | 0 | 18 | 1 | 26 | 12E | 11 | 37 |
| Octal | 237 | 171 | 236 | 0 | 30 | 1 | 46 | 456 | 21 | 67 |
| Binary | 10011111 | 1111001 | 10011110 | 0 | 11000 | 1 | 100110 | 100101110 | 10001 | 110111 |
Color Harmonies of #9F799E
Complementary color
Monochromatic Colors of #9F799E
Black with #9F799E
Text Example
Text Example
White with #9F799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F799E; }
p { color: rgb(159,121,158); }
H1.HeaderClassName
{
color: #9F799E;
}
.AnyTagClassName
{
color: #9F799E;
}
</style>
background-color css
<style>
a { background-color: #9F799E; }
a { background-color: rgb(159,121,158); }
div.DivClassName
{
background-color: #9F799E;
}
.BgClassName
{
background-color: #9F799E;
}
</style>
border-color css
<style>
span { border-color: #9F799E; }
span { border-color: rgb(159,121,158); }
td.TdClassName
{
border-color: #9F799E;
}
.TagClassName
{
border-color: #9F799E;
}
</style>