Shades of Viola #B09A9E
Tints of Viola #B09A9E
RGB
CMYK
RGB Variations
Color information
#B09A9E (or 0xB09A9E) is known color: Viola. HEX triplet: B0, 9A and 9E. RGB value is (176,154,158). Sum of RGB (Red+Green+Blue) = 176+154+158=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09A9E is #4F6561. Grayscale: #A1A1A1. Windows color (decimal): -5203298 or 10394288. OLE color: 10394288.
HSL color Cylindrical-coordinate representation of color #B09A9E: hue angle of 349.09º 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 #B09A9E is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 158 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.31 |
| HSL | 349.09º | 0.12% | 0.65% | - |
| HSV(B) | 349.09º | 0.13% | 0.69% | - |
| XYZ | 35.63 | 34.81 | 37.19 | - |
| YUV | 161.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 158 | 0 | 0.12 | 0.10 | 0.31 | 349.09 | 0.12 | 0.65 |
| Hex | B0 | 9A | 9E | 0 | C | A | 1F | 15D | C | 41 |
| Octal | 260 | 232 | 236 | 0 | 14 | 12 | 37 | 535 | 14 | 101 |
| Binary | 10110000 | 10011010 | 10011110 | 0 | 1100 | 1010 | 11111 | 101011101 | 1100 | 1000001 |
Color Harmonies of #B09A9E
Complementary color
Monochromatic Colors of #B09A9E
Black with #B09A9E
Text Example
Text Example
White with #B09A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A9E; }
p { color: rgb(176,154,158); }
H1.HeaderClassName
{
color: #B09A9E;
}
.AnyTagClassName
{
color: #B09A9E;
}
</style>
background-color css
<style>
a { background-color: #B09A9E; }
a { background-color: rgb(176,154,158); }
div.DivClassName
{
background-color: #B09A9E;
}
.BgClassName
{
background-color: #B09A9E;
}
</style>
border-color css
<style>
span { border-color: #B09A9E; }
span { border-color: rgb(176,154,158); }
td.TdClassName
{
border-color: #B09A9E;
}
.TagClassName
{
border-color: #B09A9E;
}
</style>