Shades of Viola #B9929A
Tints of Viola #B9929A
RGB
CMYK
RGB Variations
Color information
#B9929A (or 0xB9929A) is known color: Viola. HEX triplet: B9, 92 and 9A. RGB value is (185,146,154). Sum of RGB (Red+Green+Blue) = 185+146+154=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B9929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9929A is #466D65. Grayscale: #9E9E9E. Windows color (decimal): -4615526 or 10130105. OLE color: 10130105.
HSL color Cylindrical-coordinate representation of color #B9929A: hue angle of 347.69º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9929A is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 146 | 154 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.27 |
| HSL | 347.69º | 0.22% | 0.65% | - |
| HSV(B) | 347.69º | 0.21% | 0.73% | - |
| XYZ | 36.12 | 33.21 | 35.08 | - |
| YUV | 158.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 154 | 0 | 0.21 | 0.17 | 0.27 | 347.69 | 0.22 | 0.65 |
| Hex | B9 | 92 | 9A | 0 | 15 | 11 | 1B | 15C | 16 | 41 |
| Octal | 271 | 222 | 232 | 0 | 25 | 21 | 33 | 534 | 26 | 101 |
| Binary | 10111001 | 10010010 | 10011010 | 0 | 10101 | 10001 | 11011 | 101011100 | 10110 | 1000001 |
Color Harmonies of #B9929A
Complementary color
Monochromatic Colors of #B9929A
Black with #B9929A
Text Example
Text Example
White with #B9929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9929A; }
p { color: rgb(185,146,154); }
H1.HeaderClassName
{
color: #B9929A;
}
.AnyTagClassName
{
color: #B9929A;
}
</style>
background-color css
<style>
a { background-color: #B9929A; }
a { background-color: rgb(185,146,154); }
div.DivClassName
{
background-color: #B9929A;
}
.BgClassName
{
background-color: #B9929A;
}
</style>
border-color css
<style>
span { border-color: #B9929A; }
span { border-color: rgb(185,146,154); }
td.TdClassName
{
border-color: #B9929A;
}
.TagClassName
{
border-color: #B9929A;
}
</style>