Shades of Viola #B98691
Tints of Viola #B98691
RGB
CMYK
RGB Variations
Color information
#B98691 (or 0xB98691) is known color: Viola. HEX triplet: B9, 86 and 91. RGB value is (185,134,145). Sum of RGB (Red+Green+Blue) = 185+134+145=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B98691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98691 is #46796E. Grayscale: #969696. Windows color (decimal): -4618607 or 9537209. OLE color: 9537209.
HSL color Cylindrical-coordinate representation of color #B98691: hue angle of 347.06º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B98691 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 134 | 145 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.27 |
| HSL | 347.06º | 0.27% | 0.63% | - |
| HSV(B) | 347.06º | 0.28% | 0.73% | - |
| XYZ | 33.64 | 29.41 | 30.69 | - |
| YUV | 150.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 134 | 145 | 0 | 0.28 | 0.22 | 0.27 | 347.06 | 0.27 | 0.63 |
| Hex | B9 | 86 | 91 | 0 | 1C | 16 | 1B | 15B | 1B | 3F |
| Octal | 271 | 206 | 221 | 0 | 34 | 26 | 33 | 533 | 33 | 77 |
| Binary | 10111001 | 10000110 | 10010001 | 0 | 11100 | 10110 | 11011 | 101011011 | 11011 | 111111 |
Color Harmonies of #B98691
Complementary color
Monochromatic Colors of #B98691
Black with #B98691
Text Example
Text Example
White with #B98691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98691; }
p { color: rgb(185,134,145); }
H1.HeaderClassName
{
color: #B98691;
}
.AnyTagClassName
{
color: #B98691;
}
</style>
background-color css
<style>
a { background-color: #B98691; }
a { background-color: rgb(185,134,145); }
div.DivClassName
{
background-color: #B98691;
}
.BgClassName
{
background-color: #B98691;
}
</style>
border-color css
<style>
span { border-color: #B98691; }
span { border-color: rgb(185,134,145); }
td.TdClassName
{
border-color: #B98691;
}
.TagClassName
{
border-color: #B98691;
}
</style>