Shades of Viola #B9869C
Tints of Viola #B9869C
RGB
CMYK
RGB Variations
Color information
#B9869C (or 0xB9869C) is known color: Viola. HEX triplet: B9, 86 and 9C. RGB value is (185,134,156). Sum of RGB (Red+Green+Blue) = 185+134+156=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9869C is #467963. Grayscale: #979797. Windows color (decimal): -4618596 or 10258105. OLE color: 10258105.
HSL color Cylindrical-coordinate representation of color #B9869C: hue angle of 334.12º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9869C is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 134 | 156 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.27 |
| HSL | 334.12º | 0.27% | 0.63% | - |
| HSV(B) | 334.12º | 0.28% | 0.73% | - |
| XYZ | 34.53 | 29.76 | 35.38 | - |
| YUV | 151.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 134 | 156 | 0 | 0.28 | 0.16 | 0.27 | 334.12 | 0.27 | 0.63 |
| Hex | B9 | 86 | 9C | 0 | 1C | 10 | 1B | 14E | 1B | 3F |
| Octal | 271 | 206 | 234 | 0 | 34 | 20 | 33 | 516 | 33 | 77 |
| Binary | 10111001 | 10000110 | 10011100 | 0 | 11100 | 10000 | 11011 | 101001110 | 11011 | 111111 |
Color Harmonies of #B9869C
Complementary color
Monochromatic Colors of #B9869C
Black with #B9869C
Text Example
Text Example
White with #B9869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9869C; }
p { color: rgb(185,134,156); }
H1.HeaderClassName
{
color: #B9869C;
}
.AnyTagClassName
{
color: #B9869C;
}
</style>
background-color css
<style>
a { background-color: #B9869C; }
a { background-color: rgb(185,134,156); }
div.DivClassName
{
background-color: #B9869C;
}
.BgClassName
{
background-color: #B9869C;
}
</style>
border-color css
<style>
span { border-color: #B9869C; }
span { border-color: rgb(185,134,156); }
td.TdClassName
{
border-color: #B9869C;
}
.TagClassName
{
border-color: #B9869C;
}
</style>