Shades of Viola #B9858E
Tints of Viola #B9858E
RGB
CMYK
RGB Variations
Color information
#B9858E (or 0xB9858E) is known color: Viola. HEX triplet: B9, 85 and 8E. RGB value is (185,133,142). Sum of RGB (Red+Green+Blue) = 185+133+142=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B9858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9858E is #467A71. Grayscale: #959595. Windows color (decimal): -4618866 or 9340345. OLE color: 9340345.
HSL color Cylindrical-coordinate representation of color #B9858E: hue angle of 349.62º 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 #B9858E is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 142 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.27 |
| HSL | 349.62º | 0.27% | 0.62% | - |
| HSV(B) | 349.62º | 0.28% | 0.73% | - |
| XYZ | 33.28 | 29.04 | 29.44 | - |
| YUV | 149.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 142 | 0 | 0.28 | 0.23 | 0.27 | 349.62 | 0.27 | 0.62 |
| Hex | B9 | 85 | 8E | 0 | 1C | 17 | 1B | 15E | 1B | 3E |
| Octal | 271 | 205 | 216 | 0 | 34 | 27 | 33 | 536 | 33 | 76 |
| Binary | 10111001 | 10000101 | 10001110 | 0 | 11100 | 10111 | 11011 | 101011110 | 11011 | 111110 |
Color Harmonies of #B9858E
Complementary color
Monochromatic Colors of #B9858E
Black with #B9858E
Text Example
Text Example
White with #B9858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9858E; }
p { color: rgb(185,133,142); }
H1.HeaderClassName
{
color: #B9858E;
}
.AnyTagClassName
{
color: #B9858E;
}
</style>
background-color css
<style>
a { background-color: #B9858E; }
a { background-color: rgb(185,133,142); }
div.DivClassName
{
background-color: #B9858E;
}
.BgClassName
{
background-color: #B9858E;
}
</style>
border-color css
<style>
span { border-color: #B9858E; }
span { border-color: rgb(185,133,142); }
td.TdClassName
{
border-color: #B9858E;
}
.TagClassName
{
border-color: #B9858E;
}
</style>