Shades of Viola #BA8893
Tints of Viola #BA8893
RGB
CMYK
RGB Variations
Color information
#BA8893 (or 0xBA8893) is known color: Viola. HEX triplet: BA, 88 and 93. RGB value is (186,136,147). Sum of RGB (Red+Green+Blue) = 186+136+147=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8893 is #45776C. Grayscale: #989898. Windows color (decimal): -4552557 or 9668794. OLE color: 9668794.
HSL color Cylindrical-coordinate representation of color #BA8893: hue angle of 346.8º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA8893 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 147 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.27 |
| HSL | 346.8º | 0.27% | 0.63% | - |
| HSV(B) | 346.8º | 0.27% | 0.73% | - |
| XYZ | 34.32 | 30.15 | 31.62 | - |
| YUV | 152.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 147 | 0 | 0.27 | 0.21 | 0.27 | 346.8 | 0.27 | 0.63 |
| Hex | BA | 88 | 93 | 0 | 1B | 15 | 1B | 15B | 1B | 3F |
| Octal | 272 | 210 | 223 | 0 | 33 | 25 | 33 | 533 | 33 | 77 |
| Binary | 10111010 | 10001000 | 10010011 | 0 | 11011 | 10101 | 11011 | 101011011 | 11011 | 111111 |
Color Harmonies of #BA8893
Complementary color
Monochromatic Colors of #BA8893
Black with #BA8893
Text Example
Text Example
White with #BA8893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8893; }
p { color: rgb(186,136,147); }
H1.HeaderClassName
{
color: #BA8893;
}
.AnyTagClassName
{
color: #BA8893;
}
</style>
background-color css
<style>
a { background-color: #BA8893; }
a { background-color: rgb(186,136,147); }
div.DivClassName
{
background-color: #BA8893;
}
.BgClassName
{
background-color: #BA8893;
}
</style>
border-color css
<style>
span { border-color: #BA8893; }
span { border-color: rgb(186,136,147); }
td.TdClassName
{
border-color: #BA8893;
}
.TagClassName
{
border-color: #BA8893;
}
</style>