Shades of Viola #B98D9B
Tints of Viola #B98D9B
RGB
CMYK
RGB Variations
Color information
#B98D9B (or 0xB98D9B) is known color: Viola. HEX triplet: B9, 8D and 9B. RGB value is (185,141,155). Sum of RGB (Red+Green+Blue) = 185+141+155=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98D9B is #467264. Grayscale: #9B9B9B. Windows color (decimal): -4616805 or 10194361. OLE color: 10194361.
HSL color Cylindrical-coordinate representation of color #B98D9B: hue angle of 340.91º 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 #B98D9B is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 141 | 155 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.27 |
| HSL | 340.91º | 0.24% | 0.64% | - |
| HSV(B) | 340.91º | 0.24% | 0.73% | - |
| XYZ | 35.45 | 31.73 | 35.27 | - |
| YUV | 155.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 155 | 0 | 0.24 | 0.16 | 0.27 | 340.91 | 0.24 | 0.64 |
| Hex | B9 | 8D | 9B | 0 | 18 | 10 | 1B | 155 | 18 | 40 |
| Octal | 271 | 215 | 233 | 0 | 30 | 20 | 33 | 525 | 30 | 100 |
| Binary | 10111001 | 10001101 | 10011011 | 0 | 11000 | 10000 | 11011 | 101010101 | 11000 | 1000000 |
Color Harmonies of #B98D9B
Complementary color
Monochromatic Colors of #B98D9B
Black with #B98D9B
Text Example
Text Example
White with #B98D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98D9B; }
p { color: rgb(185,141,155); }
H1.HeaderClassName
{
color: #B98D9B;
}
.AnyTagClassName
{
color: #B98D9B;
}
</style>
background-color css
<style>
a { background-color: #B98D9B; }
a { background-color: rgb(185,141,155); }
div.DivClassName
{
background-color: #B98D9B;
}
.BgClassName
{
background-color: #B98D9B;
}
</style>
border-color css
<style>
span { border-color: #B98D9B; }
span { border-color: rgb(185,141,155); }
td.TdClassName
{
border-color: #B98D9B;
}
.TagClassName
{
border-color: #B98D9B;
}
</style>