Shades of Viola #B98D9A
Tints of Viola #B98D9A
RGB
CMYK
RGB Variations
Color information
#B98D9A (or 0xB98D9A) is known color: Viola. HEX triplet: B9, 8D and 9A. RGB value is (185,141,154). Sum of RGB (Red+Green+Blue) = 185+141+154=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98D9A is #467265. Grayscale: #9B9B9B. Windows color (decimal): -4616806 or 10128825. OLE color: 10128825.
HSL color Cylindrical-coordinate representation of color #B98D9A: hue angle of 342.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 #B98D9A is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 141 | 154 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.27 |
| HSL | 342.27º | 0.24% | 0.64% | - |
| HSV(B) | 342.27º | 0.24% | 0.73% | - |
| XYZ | 35.37 | 31.7 | 34.83 | - |
| YUV | 155.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 154 | 0 | 0.24 | 0.17 | 0.27 | 342.27 | 0.24 | 0.64 |
| Hex | B9 | 8D | 9A | 0 | 18 | 11 | 1B | 156 | 18 | 40 |
| Octal | 271 | 215 | 232 | 0 | 30 | 21 | 33 | 526 | 30 | 100 |
| Binary | 10111001 | 10001101 | 10011010 | 0 | 11000 | 10001 | 11011 | 101010110 | 11000 | 1000000 |
Color Harmonies of #B98D9A
Complementary color
Monochromatic Colors of #B98D9A
Black with #B98D9A
Text Example
Text Example
White with #B98D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98D9A; }
p { color: rgb(185,141,154); }
H1.HeaderClassName
{
color: #B98D9A;
}
.AnyTagClassName
{
color: #B98D9A;
}
</style>
background-color css
<style>
a { background-color: #B98D9A; }
a { background-color: rgb(185,141,154); }
div.DivClassName
{
background-color: #B98D9A;
}
.BgClassName
{
background-color: #B98D9A;
}
</style>
border-color css
<style>
span { border-color: #B98D9A; }
span { border-color: rgb(185,141,154); }
td.TdClassName
{
border-color: #B98D9A;
}
.TagClassName
{
border-color: #B98D9A;
}
</style>