Shades of Viola #B09397
Tints of Viola #B09397
RGB
CMYK
RGB Variations
Color information
#B09397 (or 0xB09397) is known color: Viola. HEX triplet: B0, 93 and 97. RGB value is (176,147,151). Sum of RGB (Red+Green+Blue) = 176+147+151=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B09397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09397 is #4F6C68. Grayscale: #9C9C9C. Windows color (decimal): -5205097 or 9933744. OLE color: 9933744.
HSL color Cylindrical-coordinate representation of color #B09397: hue angle of 351.72º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B09397 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 151 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.31 |
| HSL | 351.72º | 0.16% | 0.63% | - |
| HSV(B) | 351.72º | 0.16% | 0.69% | - |
| XYZ | 33.92 | 32.33 | 33.73 | - |
| YUV | 156.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 151 | 0 | 0.16 | 0.14 | 0.31 | 351.72 | 0.16 | 0.63 |
| Hex | B0 | 93 | 97 | 0 | 10 | E | 1F | 160 | 10 | 3F |
| Octal | 260 | 223 | 227 | 0 | 20 | 16 | 37 | 540 | 20 | 77 |
| Binary | 10110000 | 10010011 | 10010111 | 0 | 10000 | 1110 | 11111 | 101100000 | 10000 | 111111 |
Color Harmonies of #B09397
Complementary color
Monochromatic Colors of #B09397
Black with #B09397
Text Example
Text Example
White with #B09397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09397; }
p { color: rgb(176,147,151); }
H1.HeaderClassName
{
color: #B09397;
}
.AnyTagClassName
{
color: #B09397;
}
</style>
background-color css
<style>
a { background-color: #B09397; }
a { background-color: rgb(176,147,151); }
div.DivClassName
{
background-color: #B09397;
}
.BgClassName
{
background-color: #B09397;
}
</style>
border-color css
<style>
span { border-color: #B09397; }
span { border-color: rgb(176,147,151); }
td.TdClassName
{
border-color: #B09397;
}
.TagClassName
{
border-color: #B09397;
}
</style>