Shades of Viola #BA9199
Tints of Viola #BA9199
RGB
CMYK
RGB Variations
Color information
#BA9199 (or 0xBA9199) is known color: Viola. HEX triplet: BA, 91 and 99. RGB value is (186,145,153). Sum of RGB (Red+Green+Blue) = 186+145+153=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9199 is #456E66. Grayscale: #9E9E9E. Windows color (decimal): -4550247 or 10064314. OLE color: 10064314.
HSL color Cylindrical-coordinate representation of color #BA9199: hue angle of 348.29º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA9199 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 153 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.27 |
| HSL | 348.29º | 0.23% | 0.65% | - |
| HSV(B) | 348.29º | 0.22% | 0.73% | - |
| XYZ | 36.12 | 32.99 | 34.6 | - |
| YUV | 158.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 153 | 0 | 0.22 | 0.18 | 0.27 | 348.29 | 0.23 | 0.65 |
| Hex | BA | 91 | 99 | 0 | 16 | 12 | 1B | 15C | 17 | 41 |
| Octal | 272 | 221 | 231 | 0 | 26 | 22 | 33 | 534 | 27 | 101 |
| Binary | 10111010 | 10010001 | 10011001 | 0 | 10110 | 10010 | 11011 | 101011100 | 10111 | 1000001 |
Color Harmonies of #BA9199
Complementary color
Monochromatic Colors of #BA9199
Black with #BA9199
Text Example
Text Example
White with #BA9199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9199; }
p { color: rgb(186,145,153); }
H1.HeaderClassName
{
color: #BA9199;
}
.AnyTagClassName
{
color: #BA9199;
}
</style>
background-color css
<style>
a { background-color: #BA9199; }
a { background-color: rgb(186,145,153); }
div.DivClassName
{
background-color: #BA9199;
}
.BgClassName
{
background-color: #BA9199;
}
</style>
border-color css
<style>
span { border-color: #BA9199; }
span { border-color: rgb(186,145,153); }
td.TdClassName
{
border-color: #BA9199;
}
.TagClassName
{
border-color: #BA9199;
}
</style>