Shades of Viola #BA8A9C
Tints of Viola #BA8A9C
RGB
CMYK
RGB Variations
Color information
#BA8A9C (or 0xBA8A9C) is known color: Viola. HEX triplet: BA, 8A and 9C. RGB value is (186,138,156). Sum of RGB (Red+Green+Blue) = 186+138+156=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8A9C is #457563. Grayscale: #9A9A9A. Windows color (decimal): -4552036 or 10259130. OLE color: 10259130.
HSL color Cylindrical-coordinate representation of color #BA8A9C: hue angle of 337.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA8A9C is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 156 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.27 |
| HSL | 337.5º | 0.26% | 0.64% | - |
| HSV(B) | 337.5º | 0.26% | 0.73% | - |
| XYZ | 35.34 | 31.02 | 35.58 | - |
| YUV | 154.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 156 | 0 | 0.26 | 0.16 | 0.27 | 337.5 | 0.26 | 0.64 |
| Hex | BA | 8A | 9C | 0 | 1A | 10 | 1B | 152 | 1A | 40 |
| Octal | 272 | 212 | 234 | 0 | 32 | 20 | 33 | 522 | 32 | 100 |
| Binary | 10111010 | 10001010 | 10011100 | 0 | 11010 | 10000 | 11011 | 101010010 | 11010 | 1000000 |
Color Harmonies of #BA8A9C
Complementary color
Monochromatic Colors of #BA8A9C
Black with #BA8A9C
Text Example
Text Example
White with #BA8A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A9C; }
p { color: rgb(186,138,156); }
H1.HeaderClassName
{
color: #BA8A9C;
}
.AnyTagClassName
{
color: #BA8A9C;
}
</style>
background-color css
<style>
a { background-color: #BA8A9C; }
a { background-color: rgb(186,138,156); }
div.DivClassName
{
background-color: #BA8A9C;
}
.BgClassName
{
background-color: #BA8A9C;
}
</style>
border-color css
<style>
span { border-color: #BA8A9C; }
span { border-color: rgb(186,138,156); }
td.TdClassName
{
border-color: #BA8A9C;
}
.TagClassName
{
border-color: #BA8A9C;
}
</style>