Shades of Viola #B98D99
Tints of Viola #B98D99
RGB
CMYK
RGB Variations
Color information
#B98D99 (or 0xB98D99) is known color: Viola. HEX triplet: B9, 8D and 99. RGB value is (185,141,153). Sum of RGB (Red+Green+Blue) = 185+141+153=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98D99 is #467266. Grayscale: #9B9B9B. Windows color (decimal): -4616807 or 10063289. OLE color: 10063289.
HSL color Cylindrical-coordinate representation of color #B98D99: hue angle of 343.64º 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 #B98D99 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 141 | 153 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.27 |
| HSL | 343.64º | 0.24% | 0.64% | - |
| HSV(B) | 343.64º | 0.24% | 0.73% | - |
| XYZ | 35.28 | 31.66 | 34.39 | - |
| YUV | 155.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 153 | 0 | 0.24 | 0.17 | 0.27 | 343.64 | 0.24 | 0.64 |
| Hex | B9 | 8D | 99 | 0 | 18 | 11 | 1B | 158 | 18 | 40 |
| Octal | 271 | 215 | 231 | 0 | 30 | 21 | 33 | 530 | 30 | 100 |
| Binary | 10111001 | 10001101 | 10011001 | 0 | 11000 | 10001 | 11011 | 101011000 | 11000 | 1000000 |
Color Harmonies of #B98D99
Complementary color
Monochromatic Colors of #B98D99
Black with #B98D99
Text Example
Text Example
White with #B98D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98D99; }
p { color: rgb(185,141,153); }
H1.HeaderClassName
{
color: #B98D99;
}
.AnyTagClassName
{
color: #B98D99;
}
</style>
background-color css
<style>
a { background-color: #B98D99; }
a { background-color: rgb(185,141,153); }
div.DivClassName
{
background-color: #B98D99;
}
.BgClassName
{
background-color: #B98D99;
}
</style>
border-color css
<style>
span { border-color: #B98D99; }
span { border-color: rgb(185,141,153); }
td.TdClassName
{
border-color: #B98D99;
}
.TagClassName
{
border-color: #B98D99;
}
</style>