Shades of Viola #B09199
Tints of Viola #B09199
RGB
CMYK
RGB Variations
Color information
#B09199 (or 0xB09199) is known color: Viola. HEX triplet: B0, 91 and 99. RGB value is (176,145,153). Sum of RGB (Red+Green+Blue) = 176+145+153=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B09199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09199 is #4F6E66. Grayscale: #9B9B9B. Windows color (decimal): -5205607 or 10064304. OLE color: 10064304.
HSL color Cylindrical-coordinate representation of color #B09199: hue angle of 344.52º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B09199 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 153 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.31 |
| HSL | 344.52º | 0.16% | 0.63% | - |
| HSV(B) | 344.52º | 0.18% | 0.69% | - |
| XYZ | 33.78 | 31.78 | 34.49 | - |
| YUV | 155.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 153 | 0 | 0.18 | 0.13 | 0.31 | 344.52 | 0.16 | 0.63 |
| Hex | B0 | 91 | 99 | 0 | 12 | D | 1F | 159 | 10 | 3F |
| Octal | 260 | 221 | 231 | 0 | 22 | 15 | 37 | 531 | 20 | 77 |
| Binary | 10110000 | 10010001 | 10011001 | 0 | 10010 | 1101 | 11111 | 101011001 | 10000 | 111111 |
Color Harmonies of #B09199
Complementary color
Monochromatic Colors of #B09199
Black with #B09199
Text Example
Text Example
White with #B09199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09199; }
p { color: rgb(176,145,153); }
H1.HeaderClassName
{
color: #B09199;
}
.AnyTagClassName
{
color: #B09199;
}
</style>
background-color css
<style>
a { background-color: #B09199; }
a { background-color: rgb(176,145,153); }
div.DivClassName
{
background-color: #B09199;
}
.BgClassName
{
background-color: #B09199;
}
</style>
border-color css
<style>
span { border-color: #B09199; }
span { border-color: rgb(176,145,153); }
td.TdClassName
{
border-color: #B09199;
}
.TagClassName
{
border-color: #B09199;
}
</style>