Shades of Viola #BA8C9B
Tints of Viola #BA8C9B
RGB
CMYK
RGB Variations
Color information
#BA8C9B (or 0xBA8C9B) is known color: Viola. HEX triplet: BA, 8C and 9B. RGB value is (186,140,155). Sum of RGB (Red+Green+Blue) = 186+140+155=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8C9B is #457364. Grayscale: #9B9B9B. Windows color (decimal): -4551525 or 10194106. OLE color: 10194106.
HSL color Cylindrical-coordinate representation of color #BA8C9B: hue angle of 340.43º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA8C9B is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 155 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.27 |
| HSL | 340.43º | 0.25% | 0.64% | - |
| HSV(B) | 340.43º | 0.25% | 0.73% | - |
| XYZ | 35.54 | 31.56 | 35.23 | - |
| YUV | 155.46 | 127.74 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 155 | 0 | 0.25 | 0.17 | 0.27 | 340.43 | 0.25 | 0.64 |
| Hex | BA | 8C | 9B | 0 | 19 | 11 | 1B | 154 | 19 | 40 |
| Octal | 272 | 214 | 233 | 0 | 31 | 21 | 33 | 524 | 31 | 100 |
| Binary | 10111010 | 10001100 | 10011011 | 0 | 11001 | 10001 | 11011 | 101010100 | 11001 | 1000000 |
Color Harmonies of #BA8C9B
Complementary color
Monochromatic Colors of #BA8C9B
Black with #BA8C9B
Text Example
Text Example
White with #BA8C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C9B; }
p { color: rgb(186,140,155); }
H1.HeaderClassName
{
color: #BA8C9B;
}
.AnyTagClassName
{
color: #BA8C9B;
}
</style>
background-color css
<style>
a { background-color: #BA8C9B; }
a { background-color: rgb(186,140,155); }
div.DivClassName
{
background-color: #BA8C9B;
}
.BgClassName
{
background-color: #BA8C9B;
}
</style>
border-color css
<style>
span { border-color: #BA8C9B; }
span { border-color: rgb(186,140,155); }
td.TdClassName
{
border-color: #BA8C9B;
}
.TagClassName
{
border-color: #BA8C9B;
}
</style>