Shades of Violet Blue #9C779F
Tints of Violet Blue #9C779F
RGB
CMYK
RGB Variations
Color information
#9C779F (or 0x9C779F) is known color: Violet Blue. HEX triplet: 9C, 77 and 9F. RGB value is (156,119,159). Sum of RGB (Red+Green+Blue) = 156+119+159=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C779F is #638860. Grayscale: #868686. Windows color (decimal): -6522977 or 10450844. OLE color: 10450844.
HSL color Cylindrical-coordinate representation of color #9C779F: hue angle of 295.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C779F is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 119 | 159 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.38 |
| HSL | 295.5º | 0.17% | 0.55% | - |
| HSV(B) | 295.5º | 0.25% | 0.62% | - |
| XYZ | 26.57 | 22.76 | 35.79 | - |
| YUV | 134.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 159 | 0.02 | 0.25 | 0 | 0.38 | 295.5 | 0.17 | 0.55 |
| Hex | 9C | 77 | 9F | 2 | 19 | 0 | 26 | 128 | 11 | 37 |
| Octal | 234 | 167 | 237 | 2 | 31 | 0 | 46 | 450 | 21 | 67 |
| Binary | 10011100 | 1110111 | 10011111 | 10 | 11001 | 0 | 100110 | 100101000 | 10001 | 110111 |
Color Harmonies of #9C779F
Complementary color
Monochromatic Colors of #9C779F
Black with #9C779F
Text Example
Text Example
White with #9C779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C779F; }
p { color: rgb(156,119,159); }
H1.HeaderClassName
{
color: #9C779F;
}
.AnyTagClassName
{
color: #9C779F;
}
</style>
background-color css
<style>
a { background-color: #9C779F; }
a { background-color: rgb(156,119,159); }
div.DivClassName
{
background-color: #9C779F;
}
.BgClassName
{
background-color: #9C779F;
}
</style>
border-color css
<style>
span { border-color: #9C779F; }
span { border-color: rgb(156,119,159); }
td.TdClassName
{
border-color: #9C779F;
}
.TagClassName
{
border-color: #9C779F;
}
</style>