Shades of Viola #BA8E9C
Tints of Viola #BA8E9C
RGB
CMYK
RGB Variations
Color information
#BA8E9C (or 0xBA8E9C) is known color: Viola. HEX triplet: BA, 8E and 9C. RGB value is (186,142,156). Sum of RGB (Red+Green+Blue) = 186+142+156=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8E9C is #457163. Grayscale: #9C9C9C. Windows color (decimal): -4551012 or 10260154. OLE color: 10260154.
HSL color Cylindrical-coordinate representation of color #BA8E9C: hue angle of 340.91º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA8E9C is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 142 | 156 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.27 |
| HSL | 340.91º | 0.24% | 0.64% | - |
| HSV(B) | 340.91º | 0.24% | 0.73% | - |
| XYZ | 35.92 | 32.19 | 35.77 | - |
| YUV | 156.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 156 | 0 | 0.24 | 0.16 | 0.27 | 340.91 | 0.24 | 0.64 |
| Hex | BA | 8E | 9C | 0 | 18 | 10 | 1B | 155 | 18 | 40 |
| Octal | 272 | 216 | 234 | 0 | 30 | 20 | 33 | 525 | 30 | 100 |
| Binary | 10111010 | 10001110 | 10011100 | 0 | 11000 | 10000 | 11011 | 101010101 | 11000 | 1000000 |
Color Harmonies of #BA8E9C
Complementary color
Monochromatic Colors of #BA8E9C
Black with #BA8E9C
Text Example
Text Example
White with #BA8E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8E9C; }
p { color: rgb(186,142,156); }
H1.HeaderClassName
{
color: #BA8E9C;
}
.AnyTagClassName
{
color: #BA8E9C;
}
</style>
background-color css
<style>
a { background-color: #BA8E9C; }
a { background-color: rgb(186,142,156); }
div.DivClassName
{
background-color: #BA8E9C;
}
.BgClassName
{
background-color: #BA8E9C;
}
</style>
border-color css
<style>
span { border-color: #BA8E9C; }
span { border-color: rgb(186,142,156); }
td.TdClassName
{
border-color: #BA8E9C;
}
.TagClassName
{
border-color: #BA8E9C;
}
</style>