Shades of Violet Blue #9C779E
Tints of Violet Blue #9C779E
RGB
CMYK
RGB Variations
Color information
#9C779E (or 0x9C779E) is known color: Violet Blue. HEX triplet: 9C, 77 and 9E. RGB value is (156,119,158). Sum of RGB (Red+Green+Blue) = 156+119+158=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C779E is #638861. Grayscale: #868686. Windows color (decimal): -6522978 or 10385308. OLE color: 10385308.
HSL color Cylindrical-coordinate representation of color #9C779E: hue angle of 296.92º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C779E is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 119 | 158 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.38 |
| HSL | 296.92º | 0.17% | 0.54% | - |
| HSV(B) | 296.92º | 0.25% | 0.62% | - |
| XYZ | 26.48 | 22.73 | 35.34 | - |
| YUV | 134.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 158 | 0.01 | 0.25 | 0 | 0.38 | 296.92 | 0.17 | 0.54 |
| Hex | 9C | 77 | 9E | 1 | 19 | 0 | 26 | 129 | 11 | 36 |
| Octal | 234 | 167 | 236 | 1 | 31 | 0 | 46 | 451 | 21 | 66 |
| Binary | 10011100 | 1110111 | 10011110 | 1 | 11001 | 0 | 100110 | 100101001 | 10001 | 110110 |
Color Harmonies of #9C779E
Complementary color
Monochromatic Colors of #9C779E
Black with #9C779E
Text Example
Text Example
White with #9C779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C779E; }
p { color: rgb(156,119,158); }
H1.HeaderClassName
{
color: #9C779E;
}
.AnyTagClassName
{
color: #9C779E;
}
</style>
background-color css
<style>
a { background-color: #9C779E; }
a { background-color: rgb(156,119,158); }
div.DivClassName
{
background-color: #9C779E;
}
.BgClassName
{
background-color: #9C779E;
}
</style>
border-color css
<style>
span { border-color: #9C779E; }
span { border-color: rgb(156,119,158); }
td.TdClassName
{
border-color: #9C779E;
}
.TagClassName
{
border-color: #9C779E;
}
</style>