Shades of Viola #B98D8F
Tints of Viola #B98D8F
RGB
CMYK
RGB Variations
Color information
#B98D8F (or 0xB98D8F) is known color: Viola. HEX triplet: B9, 8D and 8F. RGB value is (185,141,143). Sum of RGB (Red+Green+Blue) = 185+141+143=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98D8F is #467270. Grayscale: #9A9A9A. Windows color (decimal): -4616817 or 9407929. OLE color: 9407929.
HSL color Cylindrical-coordinate representation of color #B98D8F: hue angle of 357.27º 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 #B98D8F is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 141 | 143 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.27 |
| HSL | 357.27º | 0.24% | 0.64% | - |
| HSV(B) | 357.27º | 0.24% | 0.73% | - |
| XYZ | 34.49 | 31.35 | 30.22 | - |
| YUV | 154.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 143 | 0 | 0.24 | 0.23 | 0.27 | 357.27 | 0.24 | 0.64 |
| Hex | B9 | 8D | 8F | 0 | 18 | 17 | 1B | 165 | 18 | 40 |
| Octal | 271 | 215 | 217 | 0 | 30 | 27 | 33 | 545 | 30 | 100 |
| Binary | 10111001 | 10001101 | 10001111 | 0 | 11000 | 10111 | 11011 | 101100101 | 11000 | 1000000 |
Color Harmonies of #B98D8F
Complementary color
Monochromatic Colors of #B98D8F
Black with #B98D8F
Text Example
Text Example
White with #B98D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98D8F; }
p { color: rgb(185,141,143); }
H1.HeaderClassName
{
color: #B98D8F;
}
.AnyTagClassName
{
color: #B98D8F;
}
</style>
background-color css
<style>
a { background-color: #B98D8F; }
a { background-color: rgb(185,141,143); }
div.DivClassName
{
background-color: #B98D8F;
}
.BgClassName
{
background-color: #B98D8F;
}
</style>
border-color css
<style>
span { border-color: #B98D8F; }
span { border-color: rgb(185,141,143); }
td.TdClassName
{
border-color: #B98D8F;
}
.TagClassName
{
border-color: #B98D8F;
}
</style>