Shades of Viola #B9888D
Tints of Viola #B9888D
RGB
CMYK
RGB Variations
Color information
#B9888D (or 0xB9888D) is known color: Viola. HEX triplet: B9, 88 and 8D. RGB value is (185,136,141). Sum of RGB (Red+Green+Blue) = 185+136+141=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9888D is #467772. Grayscale: #979797. Windows color (decimal): -4618099 or 9275577. OLE color: 9275577.
HSL color Cylindrical-coordinate representation of color #B9888D: hue angle of 353.88º 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 #B9888D is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 136 | 141 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.27 |
| HSL | 353.88º | 0.26% | 0.63% | - |
| HSV(B) | 353.88º | 0.26% | 0.73% | - |
| XYZ | 33.62 | 29.85 | 29.19 | - |
| YUV | 151.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 141 | 0 | 0.26 | 0.24 | 0.27 | 353.88 | 0.26 | 0.63 |
| Hex | B9 | 88 | 8D | 0 | 1A | 18 | 1B | 162 | 1A | 3F |
| Octal | 271 | 210 | 215 | 0 | 32 | 30 | 33 | 542 | 32 | 77 |
| Binary | 10111001 | 10001000 | 10001101 | 0 | 11010 | 11000 | 11011 | 101100010 | 11010 | 111111 |
Color Harmonies of #B9888D
Complementary color
Monochromatic Colors of #B9888D
Black with #B9888D
Text Example
Text Example
White with #B9888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9888D; }
p { color: rgb(185,136,141); }
H1.HeaderClassName
{
color: #B9888D;
}
.AnyTagClassName
{
color: #B9888D;
}
</style>
background-color css
<style>
a { background-color: #B9888D; }
a { background-color: rgb(185,136,141); }
div.DivClassName
{
background-color: #B9888D;
}
.BgClassName
{
background-color: #B9888D;
}
</style>
border-color css
<style>
span { border-color: #B9888D; }
span { border-color: rgb(185,136,141); }
td.TdClassName
{
border-color: #B9888D;
}
.TagClassName
{
border-color: #B9888D;
}
</style>