Shades of Viola #BA8497
Tints of Viola #BA8497
RGB
CMYK
RGB Variations
Color information
#BA8497 (or 0xBA8497) is known color: Viola. HEX triplet: BA, 84 and 97. RGB value is (186,132,151). Sum of RGB (Red+Green+Blue) = 186+132+151=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8497 is #457B68. Grayscale: #969696. Windows color (decimal): -4553577 or 9929914. OLE color: 9929914.
HSL color Cylindrical-coordinate representation of color #BA8497: hue angle of 338.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA8497 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 151 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.27 |
| HSL | 338.89º | 0.28% | 0.62% | - |
| HSV(B) | 338.89º | 0.29% | 0.73% | - |
| XYZ | 34.09 | 29.18 | 33.11 | - |
| YUV | 150.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 151 | 0 | 0.29 | 0.19 | 0.27 | 338.89 | 0.28 | 0.62 |
| Hex | BA | 84 | 97 | 0 | 1D | 13 | 1B | 153 | 1C | 3E |
| Octal | 272 | 204 | 227 | 0 | 35 | 23 | 33 | 523 | 34 | 76 |
| Binary | 10111010 | 10000100 | 10010111 | 0 | 11101 | 10011 | 11011 | 101010011 | 11100 | 111110 |
Color Harmonies of #BA8497
Complementary color
Monochromatic Colors of #BA8497
Black with #BA8497
Text Example
Text Example
White with #BA8497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8497; }
p { color: rgb(186,132,151); }
H1.HeaderClassName
{
color: #BA8497;
}
.AnyTagClassName
{
color: #BA8497;
}
</style>
background-color css
<style>
a { background-color: #BA8497; }
a { background-color: rgb(186,132,151); }
div.DivClassName
{
background-color: #BA8497;
}
.BgClassName
{
background-color: #BA8497;
}
</style>
border-color css
<style>
span { border-color: #BA8497; }
span { border-color: rgb(186,132,151); }
td.TdClassName
{
border-color: #BA8497;
}
.TagClassName
{
border-color: #BA8497;
}
</style>