Shades of Viola #BA939F
Tints of Viola #BA939F
RGB
CMYK
RGB Variations
Color information
#BA939F (or 0xBA939F) is known color: Viola. HEX triplet: BA, 93 and 9F. RGB value is (186,147,159). Sum of RGB (Red+Green+Blue) = 186+147+159=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA939F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA939F is #456C60. Grayscale: #A0A0A0. Windows color (decimal): -4549729 or 10458042. OLE color: 10458042.
HSL color Cylindrical-coordinate representation of color #BA939F: hue angle of 341.54º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA939F is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 159 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.27 |
| HSL | 341.54º | 0.22% | 0.65% | - |
| HSV(B) | 341.54º | 0.21% | 0.73% | - |
| XYZ | 36.94 | 33.81 | 37.38 | - |
| YUV | 160.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 159 | 0 | 0.21 | 0.15 | 0.27 | 341.54 | 0.22 | 0.65 |
| Hex | BA | 93 | 9F | 0 | 15 | F | 1B | 156 | 16 | 41 |
| Octal | 272 | 223 | 237 | 0 | 25 | 17 | 33 | 526 | 26 | 101 |
| Binary | 10111010 | 10010011 | 10011111 | 0 | 10101 | 1111 | 11011 | 101010110 | 10110 | 1000001 |
Color Harmonies of #BA939F
Complementary color
Monochromatic Colors of #BA939F
Black with #BA939F
Text Example
Text Example
White with #BA939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA939F; }
p { color: rgb(186,147,159); }
H1.HeaderClassName
{
color: #BA939F;
}
.AnyTagClassName
{
color: #BA939F;
}
</style>
background-color css
<style>
a { background-color: #BA939F; }
a { background-color: rgb(186,147,159); }
div.DivClassName
{
background-color: #BA939F;
}
.BgClassName
{
background-color: #BA939F;
}
</style>
border-color css
<style>
span { border-color: #BA939F; }
span { border-color: rgb(186,147,159); }
td.TdClassName
{
border-color: #BA939F;
}
.TagClassName
{
border-color: #BA939F;
}
</style>