Shades of Viola #BA8599
Tints of Viola #BA8599
RGB
CMYK
RGB Variations
Color information
#BA8599 (or 0xBA8599) is known color: Viola. HEX triplet: BA, 85 and 99. RGB value is (186,133,153). Sum of RGB (Red+Green+Blue) = 186+133+153=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8599 is #457A66. Grayscale: #979797. Windows color (decimal): -4553319 or 10061242. OLE color: 10061242.
HSL color Cylindrical-coordinate representation of color #BA8599: hue angle of 337.36º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA8599 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 153 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.27 |
| HSL | 337.36º | 0.28% | 0.63% | - |
| HSV(B) | 337.36º | 0.28% | 0.73% | - |
| XYZ | 34.39 | 29.51 | 34.02 | - |
| YUV | 151.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 153 | 0 | 0.28 | 0.18 | 0.27 | 337.36 | 0.28 | 0.63 |
| Hex | BA | 85 | 99 | 0 | 1C | 12 | 1B | 151 | 1C | 3F |
| Octal | 272 | 205 | 231 | 0 | 34 | 22 | 33 | 521 | 34 | 77 |
| Binary | 10111010 | 10000101 | 10011001 | 0 | 11100 | 10010 | 11011 | 101010001 | 11100 | 111111 |
Color Harmonies of #BA8599
Complementary color
Monochromatic Colors of #BA8599
Black with #BA8599
Text Example
Text Example
White with #BA8599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8599; }
p { color: rgb(186,133,153); }
H1.HeaderClassName
{
color: #BA8599;
}
.AnyTagClassName
{
color: #BA8599;
}
</style>
background-color css
<style>
a { background-color: #BA8599; }
a { background-color: rgb(186,133,153); }
div.DivClassName
{
background-color: #BA8599;
}
.BgClassName
{
background-color: #BA8599;
}
</style>
border-color css
<style>
span { border-color: #BA8599; }
span { border-color: rgb(186,133,153); }
td.TdClassName
{
border-color: #BA8599;
}
.TagClassName
{
border-color: #BA8599;
}
</style>