Shades of Violet Blue #9B779E
Tints of Violet Blue #9B779E
RGB
CMYK
RGB Variations
Color information
#9B779E (or 0x9B779E) is known color: Violet Blue. HEX triplet: 9B, 77 and 9E. RGB value is (155,119,158). Sum of RGB (Red+Green+Blue) = 155+119+158=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B779E is #648861. Grayscale: #868686. Windows color (decimal): -6588514 or 10385307. OLE color: 10385307.
HSL color Cylindrical-coordinate representation of color #9B779E: hue angle of 295.38º 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 #9B779E is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 119 | 158 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.38 |
| HSL | 295.38º | 0.17% | 0.54% | - |
| HSV(B) | 295.38º | 0.25% | 0.62% | - |
| XYZ | 26.29 | 22.63 | 35.33 | - |
| YUV | 134.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 119 | 158 | 0.02 | 0.25 | 0 | 0.38 | 295.38 | 0.17 | 0.54 |
| Hex | 9B | 77 | 9E | 2 | 19 | 0 | 26 | 127 | 11 | 36 |
| Octal | 233 | 167 | 236 | 2 | 31 | 0 | 46 | 447 | 21 | 66 |
| Binary | 10011011 | 1110111 | 10011110 | 10 | 11001 | 0 | 100110 | 100100111 | 10001 | 110110 |
Color Harmonies of #9B779E
Complementary color
Monochromatic Colors of #9B779E
Black with #9B779E
Text Example
Text Example
White with #9B779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B779E; }
p { color: rgb(155,119,158); }
H1.HeaderClassName
{
color: #9B779E;
}
.AnyTagClassName
{
color: #9B779E;
}
</style>
background-color css
<style>
a { background-color: #9B779E; }
a { background-color: rgb(155,119,158); }
div.DivClassName
{
background-color: #9B779E;
}
.BgClassName
{
background-color: #9B779E;
}
</style>
border-color css
<style>
span { border-color: #9B779E; }
span { border-color: rgb(155,119,158); }
td.TdClassName
{
border-color: #9B779E;
}
.TagClassName
{
border-color: #9B779E;
}
</style>