Shades of Viola #B99092
Tints of Viola #B99092
RGB
CMYK
RGB Variations
Color information
#B99092 (or 0xB99092) is known color: Viola. HEX triplet: B9, 90 and 92. RGB value is (185,144,146). Sum of RGB (Red+Green+Blue) = 185+144+146=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B99092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99092 is #466F6D. Grayscale: #9C9C9C. Windows color (decimal): -4616046 or 9605305. OLE color: 9605305.
HSL color Cylindrical-coordinate representation of color #B99092: hue angle of 357.07º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B99092 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 146 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.27 |
| HSL | 357.07º | 0.23% | 0.65% | - |
| HSV(B) | 357.07º | 0.22% | 0.73% | - |
| XYZ | 35.17 | 32.34 | 31.58 | - |
| YUV | 156.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 146 | 0 | 0.22 | 0.21 | 0.27 | 357.07 | 0.23 | 0.65 |
| Hex | B9 | 90 | 92 | 0 | 16 | 15 | 1B | 165 | 17 | 41 |
| Octal | 271 | 220 | 222 | 0 | 26 | 25 | 33 | 545 | 27 | 101 |
| Binary | 10111001 | 10010000 | 10010010 | 0 | 10110 | 10101 | 11011 | 101100101 | 10111 | 1000001 |
Color Harmonies of #B99092
Complementary color
Monochromatic Colors of #B99092
Black with #B99092
Text Example
Text Example
White with #B99092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99092; }
p { color: rgb(185,144,146); }
H1.HeaderClassName
{
color: #B99092;
}
.AnyTagClassName
{
color: #B99092;
}
</style>
background-color css
<style>
a { background-color: #B99092; }
a { background-color: rgb(185,144,146); }
div.DivClassName
{
background-color: #B99092;
}
.BgClassName
{
background-color: #B99092;
}
</style>
border-color css
<style>
span { border-color: #B99092; }
span { border-color: rgb(185,144,146); }
td.TdClassName
{
border-color: #B99092;
}
.TagClassName
{
border-color: #B99092;
}
</style>