Shades of Viola #BA939B
Tints of Viola #BA939B
RGB
CMYK
RGB Variations
Color information
#BA939B (or 0xBA939B) is known color: Viola. HEX triplet: BA, 93 and 9B. RGB value is (186,147,155). Sum of RGB (Red+Green+Blue) = 186+147+155=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA939B is #456C64. Grayscale: #9F9F9F. Windows color (decimal): -4549733 or 10195898. OLE color: 10195898.
HSL color Cylindrical-coordinate representation of color #BA939B: hue angle of 347.69º 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 #BA939B is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 155 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.27 |
| HSL | 347.69º | 0.22% | 0.65% | - |
| HSV(B) | 347.69º | 0.21% | 0.73% | - |
| XYZ | 36.6 | 33.67 | 35.58 | - |
| YUV | 159.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 155 | 0 | 0.21 | 0.17 | 0.27 | 347.69 | 0.22 | 0.65 |
| Hex | BA | 93 | 9B | 0 | 15 | 11 | 1B | 15C | 16 | 41 |
| Octal | 272 | 223 | 233 | 0 | 25 | 21 | 33 | 534 | 26 | 101 |
| Binary | 10111010 | 10010011 | 10011011 | 0 | 10101 | 10001 | 11011 | 101011100 | 10110 | 1000001 |
Color Harmonies of #BA939B
Complementary color
Monochromatic Colors of #BA939B
Black with #BA939B
Text Example
Text Example
White with #BA939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA939B; }
p { color: rgb(186,147,155); }
H1.HeaderClassName
{
color: #BA939B;
}
.AnyTagClassName
{
color: #BA939B;
}
</style>
background-color css
<style>
a { background-color: #BA939B; }
a { background-color: rgb(186,147,155); }
div.DivClassName
{
background-color: #BA939B;
}
.BgClassName
{
background-color: #BA939B;
}
</style>
border-color css
<style>
span { border-color: #BA939B; }
span { border-color: rgb(186,147,155); }
td.TdClassName
{
border-color: #BA939B;
}
.TagClassName
{
border-color: #BA939B;
}
</style>