Shades of Violet Blue #9F799C
Tints of Violet Blue #9F799C
RGB
CMYK
RGB Variations
Color information
#9F799C (or 0x9F799C) is known color: Violet Blue. HEX triplet: 9F, 79 and 9C. RGB value is (159,121,156). Sum of RGB (Red+Green+Blue) = 159+121+156=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 159 - color contains mainly: red. Hex color #9F799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F799C is #608663. Grayscale: #888888. Windows color (decimal): -6325860 or 10254751. OLE color: 10254751.
HSL color Cylindrical-coordinate representation of color #9F799C: hue angle of 304.74º 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 #9F799C is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 121 | 156 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.38 |
| HSL | 304.74º | 0.17% | 0.55% | - |
| HSV(B) | 304.74º | 0.24% | 0.62% | - |
| XYZ | 27.14 | 23.45 | 34.55 | - |
| YUV | 136.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 121 | 156 | 0 | 0.24 | 0.02 | 0.38 | 304.74 | 0.17 | 0.55 |
| Hex | 9F | 79 | 9C | 0 | 18 | 2 | 26 | 131 | 11 | 37 |
| Octal | 237 | 171 | 234 | 0 | 30 | 2 | 46 | 461 | 21 | 67 |
| Binary | 10011111 | 1111001 | 10011100 | 0 | 11000 | 10 | 100110 | 100110001 | 10001 | 110111 |
Color Harmonies of #9F799C
Complementary color
Monochromatic Colors of #9F799C
Black with #9F799C
Text Example
Text Example
White with #9F799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F799C; }
p { color: rgb(159,121,156); }
H1.HeaderClassName
{
color: #9F799C;
}
.AnyTagClassName
{
color: #9F799C;
}
</style>
background-color css
<style>
a { background-color: #9F799C; }
a { background-color: rgb(159,121,156); }
div.DivClassName
{
background-color: #9F799C;
}
.BgClassName
{
background-color: #9F799C;
}
</style>
border-color css
<style>
span { border-color: #9F799C; }
span { border-color: rgb(159,121,156); }
td.TdClassName
{
border-color: #9F799C;
}
.TagClassName
{
border-color: #9F799C;
}
</style>