Shades of Viola #B09BA1
Tints of Viola #B09BA1
RGB
CMYK
RGB Variations
Color information
#B09BA1 (or 0xB09BA1) is known color: Viola. HEX triplet: B0, 9B and A1. RGB value is (176,155,161). Sum of RGB (Red+Green+Blue) = 176+155+161=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 176 - color contains mainly: red. Hex color #B09BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09BA1 is #4F645E. Grayscale: #A1A1A1. Windows color (decimal): -5203039 or 10591152. OLE color: 10591152.
HSL color Cylindrical-coordinate representation of color #B09BA1: hue angle of 342.86º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B09BA1 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 155 | 161 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.31 |
| HSL | 342.86º | 0.12% | 0.65% | - |
| HSV(B) | 342.86º | 0.12% | 0.69% | - |
| XYZ | 36.06 | 35.25 | 38.62 | - |
| YUV | 161.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 161 | 0 | 0.12 | 0.09 | 0.31 | 342.86 | 0.12 | 0.65 |
| Hex | B0 | 9B | A1 | 0 | C | 9 | 1F | 157 | C | 41 |
| Octal | 260 | 233 | 241 | 0 | 14 | 11 | 37 | 527 | 14 | 101 |
| Binary | 10110000 | 10011011 | 10100001 | 0 | 1100 | 1001 | 11111 | 101010111 | 1100 | 1000001 |
Color Harmonies of #B09BA1
Complementary color
Monochromatic Colors of #B09BA1
Black with #B09BA1
Text Example
Text Example
White with #B09BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09BA1; }
p { color: rgb(176,155,161); }
H1.HeaderClassName
{
color: #B09BA1;
}
.AnyTagClassName
{
color: #B09BA1;
}
</style>
background-color css
<style>
a { background-color: #B09BA1; }
a { background-color: rgb(176,155,161); }
div.DivClassName
{
background-color: #B09BA1;
}
.BgClassName
{
background-color: #B09BA1;
}
</style>
border-color css
<style>
span { border-color: #B09BA1; }
span { border-color: rgb(176,155,161); }
td.TdClassName
{
border-color: #B09BA1;
}
.TagClassName
{
border-color: #B09BA1;
}
</style>