Shades of Viola #B98D9E
Tints of Viola #B98D9E
RGB
CMYK
RGB Variations
Color information
#B98D9E (or 0xB98D9E) is known color: Viola. HEX triplet: B9, 8D and 9E. RGB value is (185,141,158). Sum of RGB (Red+Green+Blue) = 185+141+158=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98D9E is #467261. Grayscale: #9C9C9C. Windows color (decimal): -4616802 or 10390969. OLE color: 10390969.
HSL color Cylindrical-coordinate representation of color #B98D9E: hue angle of 336.82º 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 #B98D9E is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 141 | 158 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.27 |
| HSL | 336.82º | 0.24% | 0.64% | - |
| HSV(B) | 336.82º | 0.24% | 0.73% | - |
| XYZ | 35.7 | 31.83 | 36.61 | - |
| YUV | 156.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 158 | 0 | 0.24 | 0.15 | 0.27 | 336.82 | 0.24 | 0.64 |
| Hex | B9 | 8D | 9E | 0 | 18 | F | 1B | 151 | 18 | 40 |
| Octal | 271 | 215 | 236 | 0 | 30 | 17 | 33 | 521 | 30 | 100 |
| Binary | 10111001 | 10001101 | 10011110 | 0 | 11000 | 1111 | 11011 | 101010001 | 11000 | 1000000 |
Color Harmonies of #B98D9E
Complementary color
Monochromatic Colors of #B98D9E
Black with #B98D9E
Text Example
Text Example
White with #B98D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98D9E; }
p { color: rgb(185,141,158); }
H1.HeaderClassName
{
color: #B98D9E;
}
.AnyTagClassName
{
color: #B98D9E;
}
</style>
background-color css
<style>
a { background-color: #B98D9E; }
a { background-color: rgb(185,141,158); }
div.DivClassName
{
background-color: #B98D9E;
}
.BgClassName
{
background-color: #B98D9E;
}
</style>
border-color css
<style>
span { border-color: #B98D9E; }
span { border-color: rgb(185,141,158); }
td.TdClassName
{
border-color: #B98D9E;
}
.TagClassName
{
border-color: #B98D9E;
}
</style>