Shades of Viola #B9929D
Tints of Viola #B9929D
RGB
CMYK
RGB Variations
Color information
#B9929D (or 0xB9929D) is known color: Viola. HEX triplet: B9, 92 and 9D. RGB value is (185,146,157). Sum of RGB (Red+Green+Blue) = 185+146+157=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B9929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9929D is #466D62. Grayscale: #9E9E9E. Windows color (decimal): -4615523 or 10326713. OLE color: 10326713.
HSL color Cylindrical-coordinate representation of color #B9929D: hue angle of 343.08º 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 #B9929D is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 146 | 157 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.27 |
| HSL | 343.08º | 0.22% | 0.65% | - |
| HSV(B) | 343.08º | 0.21% | 0.73% | - |
| XYZ | 36.37 | 33.31 | 36.41 | - |
| YUV | 158.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 157 | 0 | 0.21 | 0.15 | 0.27 | 343.08 | 0.22 | 0.65 |
| Hex | B9 | 92 | 9D | 0 | 15 | F | 1B | 157 | 16 | 41 |
| Octal | 271 | 222 | 235 | 0 | 25 | 17 | 33 | 527 | 26 | 101 |
| Binary | 10111001 | 10010010 | 10011101 | 0 | 10101 | 1111 | 11011 | 101010111 | 10110 | 1000001 |
Color Harmonies of #B9929D
Complementary color
Monochromatic Colors of #B9929D
Black with #B9929D
Text Example
Text Example
White with #B9929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9929D; }
p { color: rgb(185,146,157); }
H1.HeaderClassName
{
color: #B9929D;
}
.AnyTagClassName
{
color: #B9929D;
}
</style>
background-color css
<style>
a { background-color: #B9929D; }
a { background-color: rgb(185,146,157); }
div.DivClassName
{
background-color: #B9929D;
}
.BgClassName
{
background-color: #B9929D;
}
</style>
border-color css
<style>
span { border-color: #B9929D; }
span { border-color: rgb(185,146,157); }
td.TdClassName
{
border-color: #B9929D;
}
.TagClassName
{
border-color: #B9929D;
}
</style>