Shades of Viola #BA8993
Tints of Viola #BA8993
RGB
CMYK
RGB Variations
Color information
#BA8993 (or 0xBA8993) is known color: Viola. HEX triplet: BA, 89 and 93. RGB value is (186,137,147). Sum of RGB (Red+Green+Blue) = 186+137+147=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8993 is #45766C. Grayscale: #989898. Windows color (decimal): -4552301 or 9669050. OLE color: 9669050.
HSL color Cylindrical-coordinate representation of color #BA8993: hue angle of 347.76º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA8993 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 147 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.27 |
| HSL | 347.76º | 0.26% | 0.63% | - |
| HSV(B) | 347.76º | 0.26% | 0.73% | - |
| XYZ | 34.46 | 30.44 | 31.66 | - |
| YUV | 152.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 147 | 0 | 0.26 | 0.21 | 0.27 | 347.76 | 0.26 | 0.63 |
| Hex | BA | 89 | 93 | 0 | 1A | 15 | 1B | 15C | 1A | 3F |
| Octal | 272 | 211 | 223 | 0 | 32 | 25 | 33 | 534 | 32 | 77 |
| Binary | 10111010 | 10001001 | 10010011 | 0 | 11010 | 10101 | 11011 | 101011100 | 11010 | 111111 |
Color Harmonies of #BA8993
Complementary color
Monochromatic Colors of #BA8993
Black with #BA8993
Text Example
Text Example
White with #BA8993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8993; }
p { color: rgb(186,137,147); }
H1.HeaderClassName
{
color: #BA8993;
}
.AnyTagClassName
{
color: #BA8993;
}
</style>
background-color css
<style>
a { background-color: #BA8993; }
a { background-color: rgb(186,137,147); }
div.DivClassName
{
background-color: #BA8993;
}
.BgClassName
{
background-color: #BA8993;
}
</style>
border-color css
<style>
span { border-color: #BA8993; }
span { border-color: rgb(186,137,147); }
td.TdClassName
{
border-color: #BA8993;
}
.TagClassName
{
border-color: #BA8993;
}
</style>