Shades of Viola #B98B8D
Tints of Viola #B98B8D
RGB
CMYK
RGB Variations
Color information
#B98B8D (or 0xB98B8D) is known color: Viola. HEX triplet: B9, 8B and 8D. RGB value is (185,139,141). Sum of RGB (Red+Green+Blue) = 185+139+141=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98B8D is #467472. Grayscale: #999999. Windows color (decimal): -4617331 or 9276345. OLE color: 9276345.
HSL color Cylindrical-coordinate representation of color #B98B8D: hue angle of 357.39º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B98B8D is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 139 | 141 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.27 |
| HSL | 357.39º | 0.25% | 0.64% | - |
| HSV(B) | 357.39º | 0.25% | 0.73% | - |
| XYZ | 34.05 | 30.7 | 29.33 | - |
| YUV | 152.98 | 121.24 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 139 | 141 | 0 | 0.25 | 0.24 | 0.27 | 357.39 | 0.25 | 0.64 |
| Hex | B9 | 8B | 8D | 0 | 19 | 18 | 1B | 165 | 19 | 40 |
| Octal | 271 | 213 | 215 | 0 | 31 | 30 | 33 | 545 | 31 | 100 |
| Binary | 10111001 | 10001011 | 10001101 | 0 | 11001 | 11000 | 11011 | 101100101 | 11001 | 1000000 |
Color Harmonies of #B98B8D
Complementary color
Monochromatic Colors of #B98B8D
Black with #B98B8D
Text Example
Text Example
White with #B98B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98B8D; }
p { color: rgb(185,139,141); }
H1.HeaderClassName
{
color: #B98B8D;
}
.AnyTagClassName
{
color: #B98B8D;
}
</style>
background-color css
<style>
a { background-color: #B98B8D; }
a { background-color: rgb(185,139,141); }
div.DivClassName
{
background-color: #B98B8D;
}
.BgClassName
{
background-color: #B98B8D;
}
</style>
border-color css
<style>
span { border-color: #B98B8D; }
span { border-color: rgb(185,139,141); }
td.TdClassName
{
border-color: #B98B8D;
}
.TagClassName
{
border-color: #B98B8D;
}
</style>