Shades of Viola #BA939D
Tints of Viola #BA939D
RGB
CMYK
RGB Variations
Color information
#BA939D (or 0xBA939D) is known color: Viola. HEX triplet: BA, 93 and 9D. RGB value is (186,147,157). Sum of RGB (Red+Green+Blue) = 186+147+157=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BA939D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA939D is #456C62. Grayscale: #9F9F9F. Windows color (decimal): -4549731 or 10326970. OLE color: 10326970.
HSL color Cylindrical-coordinate representation of color #BA939D: hue angle of 344.62º 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 #BA939D is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 157 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.27 |
| HSL | 344.62º | 0.22% | 0.65% | - |
| HSV(B) | 344.62º | 0.21% | 0.73% | - |
| XYZ | 36.77 | 33.74 | 36.47 | - |
| YUV | 159.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 157 | 0 | 0.21 | 0.16 | 0.27 | 344.62 | 0.22 | 0.65 |
| Hex | BA | 93 | 9D | 0 | 15 | 10 | 1B | 159 | 16 | 41 |
| Octal | 272 | 223 | 235 | 0 | 25 | 20 | 33 | 531 | 26 | 101 |
| Binary | 10111010 | 10010011 | 10011101 | 0 | 10101 | 10000 | 11011 | 101011001 | 10110 | 1000001 |
Color Harmonies of #BA939D
Complementary color
Monochromatic Colors of #BA939D
Black with #BA939D
Text Example
Text Example
White with #BA939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA939D; }
p { color: rgb(186,147,157); }
H1.HeaderClassName
{
color: #BA939D;
}
.AnyTagClassName
{
color: #BA939D;
}
</style>
background-color css
<style>
a { background-color: #BA939D; }
a { background-color: rgb(186,147,157); }
div.DivClassName
{
background-color: #BA939D;
}
.BgClassName
{
background-color: #BA939D;
}
</style>
border-color css
<style>
span { border-color: #BA939D; }
span { border-color: rgb(186,147,157); }
td.TdClassName
{
border-color: #BA939D;
}
.TagClassName
{
border-color: #BA939D;
}
</style>