Shades of Viola #B9858D
Tints of Viola #B9858D
RGB
CMYK
RGB Variations
Color information
#B9858D (or 0xB9858D) is known color: Viola. HEX triplet: B9, 85 and 8D. RGB value is (185,133,141). Sum of RGB (Red+Green+Blue) = 185+133+141=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9858D is #467A72. Grayscale: #959595. Windows color (decimal): -4618867 or 9274809. OLE color: 9274809.
HSL color Cylindrical-coordinate representation of color #B9858D: hue angle of 350.77º 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 #B9858D is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 141 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.27 |
| HSL | 350.77º | 0.27% | 0.62% | - |
| HSV(B) | 350.77º | 0.28% | 0.73% | - |
| XYZ | 33.2 | 29.01 | 29.05 | - |
| YUV | 149.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 141 | 0 | 0.28 | 0.24 | 0.27 | 350.77 | 0.27 | 0.62 |
| Hex | B9 | 85 | 8D | 0 | 1C | 18 | 1B | 15F | 1B | 3E |
| Octal | 271 | 205 | 215 | 0 | 34 | 30 | 33 | 537 | 33 | 76 |
| Binary | 10111001 | 10000101 | 10001101 | 0 | 11100 | 11000 | 11011 | 101011111 | 11011 | 111110 |
Color Harmonies of #B9858D
Complementary color
Monochromatic Colors of #B9858D
Black with #B9858D
Text Example
Text Example
White with #B9858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9858D; }
p { color: rgb(185,133,141); }
H1.HeaderClassName
{
color: #B9858D;
}
.AnyTagClassName
{
color: #B9858D;
}
</style>
background-color css
<style>
a { background-color: #B9858D; }
a { background-color: rgb(185,133,141); }
div.DivClassName
{
background-color: #B9858D;
}
.BgClassName
{
background-color: #B9858D;
}
</style>
border-color css
<style>
span { border-color: #B9858D; }
span { border-color: rgb(185,133,141); }
td.TdClassName
{
border-color: #B9858D;
}
.TagClassName
{
border-color: #B9858D;
}
</style>