Shades of Viola #B9889D
Tints of Viola #B9889D
RGB
CMYK
RGB Variations
Color information
#B9889D (or 0xB9889D) is known color: Viola. HEX triplet: B9, 88 and 9D. RGB value is (185,136,157). Sum of RGB (Red+Green+Blue) = 185+136+157=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B9889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9889D is #467762. Grayscale: #999999. Windows color (decimal): -4618083 or 10324153. OLE color: 10324153.
HSL color Cylindrical-coordinate representation of color #B9889D: hue angle of 334.29º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9889D is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 136 | 157 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.27 |
| HSL | 334.29º | 0.26% | 0.63% | - |
| HSV(B) | 334.29º | 0.26% | 0.73% | - |
| XYZ | 34.9 | 30.36 | 35.92 | - |
| YUV | 153.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 157 | 0 | 0.26 | 0.15 | 0.27 | 334.29 | 0.26 | 0.63 |
| Hex | B9 | 88 | 9D | 0 | 1A | F | 1B | 14E | 1A | 3F |
| Octal | 271 | 210 | 235 | 0 | 32 | 17 | 33 | 516 | 32 | 77 |
| Binary | 10111001 | 10001000 | 10011101 | 0 | 11010 | 1111 | 11011 | 101001110 | 11010 | 111111 |
Color Harmonies of #B9889D
Complementary color
Monochromatic Colors of #B9889D
Black with #B9889D
Text Example
Text Example
White with #B9889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9889D; }
p { color: rgb(185,136,157); }
H1.HeaderClassName
{
color: #B9889D;
}
.AnyTagClassName
{
color: #B9889D;
}
</style>
background-color css
<style>
a { background-color: #B9889D; }
a { background-color: rgb(185,136,157); }
div.DivClassName
{
background-color: #B9889D;
}
.BgClassName
{
background-color: #B9889D;
}
</style>
border-color css
<style>
span { border-color: #B9889D; }
span { border-color: rgb(185,136,157); }
td.TdClassName
{
border-color: #B9889D;
}
.TagClassName
{
border-color: #B9889D;
}
</style>