Shades of Violet Blue #9B779B
Tints of Violet Blue #9B779B
RGB
CMYK
RGB Variations
Color information
#9B779B (or 0x9B779B) is known color: Violet Blue. HEX triplet: 9B, 77 and 9B. RGB value is (155,119,155). Sum of RGB (Red+Green+Blue) = 155+119+155=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B779B is #648864. Grayscale: #858585. Windows color (decimal): -6588517 or 10188699. OLE color: 10188699.
HSL color Cylindrical-coordinate representation of color #9B779B: hue angle of 300º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B779B is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 119 | 155 | - |
| CMYK | 0 | 0.23 | 0 | 0.39 |
| HSL | 300º | 0.15% | 0.54% | - |
| HSV(B) | 300º | 0.23% | 0.61% | - |
| XYZ | 26.03 | 22.53 | 33.99 | - |
| YUV | 133.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 119 | 155 | 0 | 0.23 | 0 | 0.39 | 300 | 0.15 | 0.54 |
| Hex | 9B | 77 | 9B | 0 | 17 | 0 | 27 | 12C | F | 36 |
| Octal | 233 | 167 | 233 | 0 | 27 | 0 | 47 | 454 | 17 | 66 |
| Binary | 10011011 | 1110111 | 10011011 | 0 | 10111 | 0 | 100111 | 100101100 | 1111 | 110110 |
Color Harmonies of #9B779B
Complementary color
Monochromatic Colors of #9B779B
Black with #9B779B
Text Example
Text Example
White with #9B779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B779B; }
p { color: rgb(155,119,155); }
H1.HeaderClassName
{
color: #9B779B;
}
.AnyTagClassName
{
color: #9B779B;
}
</style>
background-color css
<style>
a { background-color: #9B779B; }
a { background-color: rgb(155,119,155); }
div.DivClassName
{
background-color: #9B779B;
}
.BgClassName
{
background-color: #9B779B;
}
</style>
border-color css
<style>
span { border-color: #9B779B; }
span { border-color: rgb(155,119,155); }
td.TdClassName
{
border-color: #9B779B;
}
.TagClassName
{
border-color: #9B779B;
}
</style>