Shades of Viola #BA899A
Tints of Viola #BA899A
RGB
CMYK
RGB Variations
Color information
#BA899A (or 0xBA899A) is known color: Viola. HEX triplet: BA, 89 and 9A. RGB value is (186,137,154). Sum of RGB (Red+Green+Blue) = 186+137+154=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA899A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA899A is #457665. Grayscale: #999999. Windows color (decimal): -4552294 or 10127802. OLE color: 10127802.
HSL color Cylindrical-coordinate representation of color #BA899A: hue angle of 339.18º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA899A is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 154 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.27 |
| HSL | 339.18º | 0.26% | 0.63% | - |
| HSV(B) | 339.18º | 0.26% | 0.73% | - |
| XYZ | 35.03 | 30.66 | 34.64 | - |
| YUV | 153.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 154 | 0 | 0.26 | 0.17 | 0.27 | 339.18 | 0.26 | 0.63 |
| Hex | BA | 89 | 9A | 0 | 1A | 11 | 1B | 153 | 1A | 3F |
| Octal | 272 | 211 | 232 | 0 | 32 | 21 | 33 | 523 | 32 | 77 |
| Binary | 10111010 | 10001001 | 10011010 | 0 | 11010 | 10001 | 11011 | 101010011 | 11010 | 111111 |
Color Harmonies of #BA899A
Complementary color
Monochromatic Colors of #BA899A
Black with #BA899A
Text Example
Text Example
White with #BA899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA899A; }
p { color: rgb(186,137,154); }
H1.HeaderClassName
{
color: #BA899A;
}
.AnyTagClassName
{
color: #BA899A;
}
</style>
background-color css
<style>
a { background-color: #BA899A; }
a { background-color: rgb(186,137,154); }
div.DivClassName
{
background-color: #BA899A;
}
.BgClassName
{
background-color: #BA899A;
}
</style>
border-color css
<style>
span { border-color: #BA899A; }
span { border-color: rgb(186,137,154); }
td.TdClassName
{
border-color: #BA899A;
}
.TagClassName
{
border-color: #BA899A;
}
</style>