Shades of Viola #B98496
Tints of Viola #B98496
RGB
CMYK
RGB Variations
Color information
#B98496 (or 0xB98496) is known color: Viola. HEX triplet: B9, 84 and 96. RGB value is (185,132,150). Sum of RGB (Red+Green+Blue) = 185+132+150=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B98496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98496 is #467B69. Grayscale: #959595. Windows color (decimal): -4619114 or 9864377. OLE color: 9864377.
HSL color Cylindrical-coordinate representation of color #B98496: hue angle of 339.62º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B98496 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 132 | 150 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.27 |
| HSL | 339.62º | 0.27% | 0.62% | - |
| HSV(B) | 339.62º | 0.29% | 0.73% | - |
| XYZ | 33.76 | 29.02 | 32.68 | - |
| YUV | 149.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 150 | 0 | 0.29 | 0.19 | 0.27 | 339.62 | 0.27 | 0.62 |
| Hex | B9 | 84 | 96 | 0 | 1D | 13 | 1B | 154 | 1B | 3E |
| Octal | 271 | 204 | 226 | 0 | 35 | 23 | 33 | 524 | 33 | 76 |
| Binary | 10111001 | 10000100 | 10010110 | 0 | 11101 | 10011 | 11011 | 101010100 | 11011 | 111110 |
Color Harmonies of #B98496
Complementary color
Monochromatic Colors of #B98496
Black with #B98496
Text Example
Text Example
White with #B98496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98496; }
p { color: rgb(185,132,150); }
H1.HeaderClassName
{
color: #B98496;
}
.AnyTagClassName
{
color: #B98496;
}
</style>
background-color css
<style>
a { background-color: #B98496; }
a { background-color: rgb(185,132,150); }
div.DivClassName
{
background-color: #B98496;
}
.BgClassName
{
background-color: #B98496;
}
</style>
border-color css
<style>
span { border-color: #B98496; }
span { border-color: rgb(185,132,150); }
td.TdClassName
{
border-color: #B98496;
}
.TagClassName
{
border-color: #B98496;
}
</style>