Shades of Viola #B9899A
Tints of Viola #B9899A
RGB
CMYK
RGB Variations
Color information
#B9899A (or 0xB9899A) is known color: Viola. HEX triplet: B9, 89 and 9A. RGB value is (185,137,154). Sum of RGB (Red+Green+Blue) = 185+137+154=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B9899A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9899A is #467665. Grayscale: #999999. Windows color (decimal): -4617830 or 10127801. OLE color: 10127801.
HSL color Cylindrical-coordinate representation of color #B9899A: hue angle of 338.75º 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 #B9899A is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 137 | 154 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.27 |
| HSL | 338.75º | 0.26% | 0.63% | - |
| HSV(B) | 338.75º | 0.26% | 0.73% | - |
| XYZ | 34.79 | 30.54 | 34.63 | - |
| YUV | 153.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 137 | 154 | 0 | 0.26 | 0.17 | 0.27 | 338.75 | 0.26 | 0.63 |
| Hex | B9 | 89 | 9A | 0 | 1A | 11 | 1B | 153 | 1A | 3F |
| Octal | 271 | 211 | 232 | 0 | 32 | 21 | 33 | 523 | 32 | 77 |
| Binary | 10111001 | 10001001 | 10011010 | 0 | 11010 | 10001 | 11011 | 101010011 | 11010 | 111111 |
Color Harmonies of #B9899A
Complementary color
Monochromatic Colors of #B9899A
Black with #B9899A
Text Example
Text Example
White with #B9899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9899A; }
p { color: rgb(185,137,154); }
H1.HeaderClassName
{
color: #B9899A;
}
.AnyTagClassName
{
color: #B9899A;
}
</style>
background-color css
<style>
a { background-color: #B9899A; }
a { background-color: rgb(185,137,154); }
div.DivClassName
{
background-color: #B9899A;
}
.BgClassName
{
background-color: #B9899A;
}
</style>
border-color css
<style>
span { border-color: #B9899A; }
span { border-color: rgb(185,137,154); }
td.TdClassName
{
border-color: #B9899A;
}
.TagClassName
{
border-color: #B9899A;
}
</style>