Shades of Viola #B9878B
Tints of Viola #B9878B
RGB
CMYK
RGB Variations
Color information
#B9878B (or 0xB9878B) is known color: Viola. HEX triplet: B9, 87 and 8B. RGB value is (185,135,139). Sum of RGB (Red+Green+Blue) = 185+135+139=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9878B is #467874. Grayscale: #969696. Windows color (decimal): -4618357 or 9144249. OLE color: 9144249.
HSL color Cylindrical-coordinate representation of color #B9878B: hue angle of 355.2º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9878B is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 135 | 139 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.27 |
| HSL | 355.2º | 0.26% | 0.63% | - |
| HSV(B) | 355.2º | 0.27% | 0.73% | - |
| XYZ | 33.33 | 29.51 | 28.36 | - |
| YUV | 150.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 135 | 139 | 0 | 0.27 | 0.25 | 0.27 | 355.2 | 0.26 | 0.63 |
| Hex | B9 | 87 | 8B | 0 | 1B | 19 | 1B | 163 | 1A | 3F |
| Octal | 271 | 207 | 213 | 0 | 33 | 31 | 33 | 543 | 32 | 77 |
| Binary | 10111001 | 10000111 | 10001011 | 0 | 11011 | 11001 | 11011 | 101100011 | 11010 | 111111 |
Color Harmonies of #B9878B
Complementary color
Monochromatic Colors of #B9878B
Black with #B9878B
Text Example
Text Example
White with #B9878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9878B; }
p { color: rgb(185,135,139); }
H1.HeaderClassName
{
color: #B9878B;
}
.AnyTagClassName
{
color: #B9878B;
}
</style>
background-color css
<style>
a { background-color: #B9878B; }
a { background-color: rgb(185,135,139); }
div.DivClassName
{
background-color: #B9878B;
}
.BgClassName
{
background-color: #B9878B;
}
</style>
border-color css
<style>
span { border-color: #B9878B; }
span { border-color: rgb(185,135,139); }
td.TdClassName
{
border-color: #B9878B;
}
.TagClassName
{
border-color: #B9878B;
}
</style>