Shades of Viola #B98D92
Tints of Viola #B98D92
RGB
CMYK
RGB Variations
Color information
#B98D92 (or 0xB98D92) is known color: Viola. HEX triplet: B9, 8D and 92. RGB value is (185,141,146). Sum of RGB (Red+Green+Blue) = 185+141+146=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98D92 is #46726D. Grayscale: #9A9A9A. Windows color (decimal): -4616814 or 9604537. OLE color: 9604537.
HSL color Cylindrical-coordinate representation of color #B98D92: hue angle of 353.18º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B98D92 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 141 | 146 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.27 |
| HSL | 353.18º | 0.24% | 0.64% | - |
| HSV(B) | 353.18º | 0.24% | 0.73% | - |
| XYZ | 34.72 | 31.44 | 31.43 | - |
| YUV | 154.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 146 | 0 | 0.24 | 0.21 | 0.27 | 353.18 | 0.24 | 0.64 |
| Hex | B9 | 8D | 92 | 0 | 18 | 15 | 1B | 161 | 18 | 40 |
| Octal | 271 | 215 | 222 | 0 | 30 | 25 | 33 | 541 | 30 | 100 |
| Binary | 10111001 | 10001101 | 10010010 | 0 | 11000 | 10101 | 11011 | 101100001 | 11000 | 1000000 |
Color Harmonies of #B98D92
Complementary color
Monochromatic Colors of #B98D92
Black with #B98D92
Text Example
Text Example
White with #B98D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98D92; }
p { color: rgb(185,141,146); }
H1.HeaderClassName
{
color: #B98D92;
}
.AnyTagClassName
{
color: #B98D92;
}
</style>
background-color css
<style>
a { background-color: #B98D92; }
a { background-color: rgb(185,141,146); }
div.DivClassName
{
background-color: #B98D92;
}
.BgClassName
{
background-color: #B98D92;
}
</style>
border-color css
<style>
span { border-color: #B98D92; }
span { border-color: rgb(185,141,146); }
td.TdClassName
{
border-color: #B98D92;
}
.TagClassName
{
border-color: #B98D92;
}
</style>