Shades of Viola #B98590
Tints of Viola #B98590
RGB
CMYK
RGB Variations
Color information
#B98590 (or 0xB98590) is known color: Viola. HEX triplet: B9, 85 and 90. RGB value is (185,133,144). Sum of RGB (Red+Green+Blue) = 185+133+144=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B98590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98590 is #467A6F. Grayscale: #959595. Windows color (decimal): -4618864 or 9471417. OLE color: 9471417.
HSL color Cylindrical-coordinate representation of color #B98590: hue angle of 347.31º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B98590 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 144 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.27 |
| HSL | 347.31º | 0.27% | 0.62% | - |
| HSV(B) | 347.31º | 0.28% | 0.73% | - |
| XYZ | 33.43 | 29.1 | 30.24 | - |
| YUV | 149.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 144 | 0 | 0.28 | 0.22 | 0.27 | 347.31 | 0.27 | 0.62 |
| Hex | B9 | 85 | 90 | 0 | 1C | 16 | 1B | 15B | 1B | 3E |
| Octal | 271 | 205 | 220 | 0 | 34 | 26 | 33 | 533 | 33 | 76 |
| Binary | 10111001 | 10000101 | 10010000 | 0 | 11100 | 10110 | 11011 | 101011011 | 11011 | 111110 |
Color Harmonies of #B98590
Complementary color
Monochromatic Colors of #B98590
Black with #B98590
Text Example
Text Example
White with #B98590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98590; }
p { color: rgb(185,133,144); }
H1.HeaderClassName
{
color: #B98590;
}
.AnyTagClassName
{
color: #B98590;
}
</style>
background-color css
<style>
a { background-color: #B98590; }
a { background-color: rgb(185,133,144); }
div.DivClassName
{
background-color: #B98590;
}
.BgClassName
{
background-color: #B98590;
}
</style>
border-color css
<style>
span { border-color: #B98590; }
span { border-color: rgb(185,133,144); }
td.TdClassName
{
border-color: #B98590;
}
.TagClassName
{
border-color: #B98590;
}
</style>