Shades of Violet Blue #9B799A
Tints of Violet Blue #9B799A
RGB
CMYK
RGB Variations
Color information
#9B799A (or 0x9B799A) is known color: Violet Blue. HEX triplet: 9B, 79 and 9A. RGB value is (155,121,154). Sum of RGB (Red+Green+Blue) = 155+121+154=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 155 - color contains mainly: red. Hex color #9B799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B799A is #648665. Grayscale: #868686. Windows color (decimal): -6588006 or 10123675. OLE color: 10123675.
HSL color Cylindrical-coordinate representation of color #9B799A: hue angle of 301.76º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9B799A is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 121 | 154 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.39 |
| HSL | 301.76º | 0.15% | 0.54% | - |
| HSV(B) | 301.76º | 0.22% | 0.61% | - |
| XYZ | 26.19 | 22.98 | 33.63 | - |
| YUV | 134.93 | 138.76 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 121 | 154 | 0 | 0.22 | 0.01 | 0.39 | 301.76 | 0.15 | 0.54 |
| Hex | 9B | 79 | 9A | 0 | 16 | 1 | 27 | 12E | F | 36 |
| Octal | 233 | 171 | 232 | 0 | 26 | 1 | 47 | 456 | 17 | 66 |
| Binary | 10011011 | 1111001 | 10011010 | 0 | 10110 | 1 | 100111 | 100101110 | 1111 | 110110 |
Color Harmonies of #9B799A
Complementary color
Monochromatic Colors of #9B799A
Black with #9B799A
Text Example
Text Example
White with #9B799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B799A; }
p { color: rgb(155,121,154); }
H1.HeaderClassName
{
color: #9B799A;
}
.AnyTagClassName
{
color: #9B799A;
}
</style>
background-color css
<style>
a { background-color: #9B799A; }
a { background-color: rgb(155,121,154); }
div.DivClassName
{
background-color: #9B799A;
}
.BgClassName
{
background-color: #9B799A;
}
</style>
border-color css
<style>
span { border-color: #9B799A; }
span { border-color: rgb(155,121,154); }
td.TdClassName
{
border-color: #9B799A;
}
.TagClassName
{
border-color: #9B799A;
}
</style>