Shades of Viola #BA8DA1
Tints of Viola #BA8DA1
RGB
CMYK
RGB Variations
Color information
#BA8DA1 (or 0xBA8DA1) is known color: Viola. HEX triplet: BA, 8D and A1. RGB value is (186,141,161). Sum of RGB (Red+Green+Blue) = 186+141+161=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8DA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8DA1 is #45725E. Grayscale: #9C9C9C. Windows color (decimal): -4551263 or 10587578. OLE color: 10587578.
HSL color Cylindrical-coordinate representation of color #BA8DA1: hue angle of 333.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA8DA1 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 161 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.27 |
| HSL | 333.33º | 0.25% | 0.64% | - |
| HSV(B) | 333.33º | 0.24% | 0.73% | - |
| XYZ | 36.21 | 32.06 | 38 | - |
| YUV | 156.74 | 130.41 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 161 | 0 | 0.24 | 0.13 | 0.27 | 333.33 | 0.25 | 0.64 |
| Hex | BA | 8D | A1 | 0 | 18 | D | 1B | 14D | 19 | 40 |
| Octal | 272 | 215 | 241 | 0 | 30 | 15 | 33 | 515 | 31 | 100 |
| Binary | 10111010 | 10001101 | 10100001 | 0 | 11000 | 1101 | 11011 | 101001101 | 11001 | 1000000 |
Color Harmonies of #BA8DA1
Complementary color
Monochromatic Colors of #BA8DA1
Black with #BA8DA1
Text Example
Text Example
White with #BA8DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8DA1; }
p { color: rgb(186,141,161); }
H1.HeaderClassName
{
color: #BA8DA1;
}
.AnyTagClassName
{
color: #BA8DA1;
}
</style>
background-color css
<style>
a { background-color: #BA8DA1; }
a { background-color: rgb(186,141,161); }
div.DivClassName
{
background-color: #BA8DA1;
}
.BgClassName
{
background-color: #BA8DA1;
}
</style>
border-color css
<style>
span { border-color: #BA8DA1; }
span { border-color: rgb(186,141,161); }
td.TdClassName
{
border-color: #BA8DA1;
}
.TagClassName
{
border-color: #BA8DA1;
}
</style>