Shades of Viola #B98C8D
Tints of Viola #B98C8D
RGB
CMYK
RGB Variations
Color information
#B98C8D (or 0xB98C8D) is known color: Viola. HEX triplet: B9, 8C and 8D. RGB value is (185,140,141). Sum of RGB (Red+Green+Blue) = 185+140+141=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98C8D is #467372. Grayscale: #999999. Windows color (decimal): -4617075 or 9276601. OLE color: 9276601.
HSL color Cylindrical-coordinate representation of color #B98C8D: hue angle of 358.67º 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 #B98C8D is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 140 | 141 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.27 |
| HSL | 358.67º | 0.24% | 0.64% | - |
| HSV(B) | 358.67º | 0.24% | 0.73% | - |
| XYZ | 34.19 | 30.99 | 29.38 | - |
| YUV | 153.57 | 120.91 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 140 | 141 | 0 | 0.24 | 0.24 | 0.27 | 358.67 | 0.24 | 0.64 |
| Hex | B9 | 8C | 8D | 0 | 18 | 18 | 1B | 167 | 18 | 40 |
| Octal | 271 | 214 | 215 | 0 | 30 | 30 | 33 | 547 | 30 | 100 |
| Binary | 10111001 | 10001100 | 10001101 | 0 | 11000 | 11000 | 11011 | 101100111 | 11000 | 1000000 |
Color Harmonies of #B98C8D
Complementary color
Monochromatic Colors of #B98C8D
Black with #B98C8D
Text Example
Text Example
White with #B98C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98C8D; }
p { color: rgb(185,140,141); }
H1.HeaderClassName
{
color: #B98C8D;
}
.AnyTagClassName
{
color: #B98C8D;
}
</style>
background-color css
<style>
a { background-color: #B98C8D; }
a { background-color: rgb(185,140,141); }
div.DivClassName
{
background-color: #B98C8D;
}
.BgClassName
{
background-color: #B98C8D;
}
</style>
border-color css
<style>
span { border-color: #B98C8D; }
span { border-color: rgb(185,140,141); }
td.TdClassName
{
border-color: #B98C8D;
}
.TagClassName
{
border-color: #B98C8D;
}
</style>