Shades of Viola #B9899B
Tints of Viola #B9899B
RGB
CMYK
RGB Variations
Color information
#B9899B (or 0xB9899B) is known color: Viola. HEX triplet: B9, 89 and 9B. RGB value is (185,137,155). Sum of RGB (Red+Green+Blue) = 185+137+155=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9899B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9899B is #467664. Grayscale: #999999. Windows color (decimal): -4617829 or 10193337. OLE color: 10193337.
HSL color Cylindrical-coordinate representation of color #B9899B: hue angle of 337.5º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9899B is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 137 | 155 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.27 |
| HSL | 337.5º | 0.26% | 0.63% | - |
| HSV(B) | 337.5º | 0.26% | 0.73% | - |
| XYZ | 34.87 | 30.57 | 35.07 | - |
| YUV | 153.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 137 | 155 | 0 | 0.26 | 0.16 | 0.27 | 337.5 | 0.26 | 0.63 |
| Hex | B9 | 89 | 9B | 0 | 1A | 10 | 1B | 152 | 1A | 3F |
| Octal | 271 | 211 | 233 | 0 | 32 | 20 | 33 | 522 | 32 | 77 |
| Binary | 10111001 | 10001001 | 10011011 | 0 | 11010 | 10000 | 11011 | 101010010 | 11010 | 111111 |
Color Harmonies of #B9899B
Complementary color
Monochromatic Colors of #B9899B
Black with #B9899B
Text Example
Text Example
White with #B9899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9899B; }
p { color: rgb(185,137,155); }
H1.HeaderClassName
{
color: #B9899B;
}
.AnyTagClassName
{
color: #B9899B;
}
</style>
background-color css
<style>
a { background-color: #B9899B; }
a { background-color: rgb(185,137,155); }
div.DivClassName
{
background-color: #B9899B;
}
.BgClassName
{
background-color: #B9899B;
}
</style>
border-color css
<style>
span { border-color: #B9899B; }
span { border-color: rgb(185,137,155); }
td.TdClassName
{
border-color: #B9899B;
}
.TagClassName
{
border-color: #B9899B;
}
</style>