Shades of Viola #BA939A
Tints of Viola #BA939A
RGB
CMYK
RGB Variations
Color information
#BA939A (or 0xBA939A) is known color: Viola. HEX triplet: BA, 93 and 9A. RGB value is (186,147,154). Sum of RGB (Red+Green+Blue) = 186+147+154=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BA939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA939A is #456C65. Grayscale: #9F9F9F. Windows color (decimal): -4549734 or 10130362. OLE color: 10130362.
HSL color Cylindrical-coordinate representation of color #BA939A: hue angle of 349.23º 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 #BA939A is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 154 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.27 |
| HSL | 349.23º | 0.22% | 0.65% | - |
| HSV(B) | 349.23º | 0.21% | 0.73% | - |
| XYZ | 36.52 | 33.64 | 35.14 | - |
| YUV | 159.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 154 | 0 | 0.21 | 0.17 | 0.27 | 349.23 | 0.22 | 0.65 |
| Hex | BA | 93 | 9A | 0 | 15 | 11 | 1B | 15D | 16 | 41 |
| Octal | 272 | 223 | 232 | 0 | 25 | 21 | 33 | 535 | 26 | 101 |
| Binary | 10111010 | 10010011 | 10011010 | 0 | 10101 | 10001 | 11011 | 101011101 | 10110 | 1000001 |
Color Harmonies of #BA939A
Complementary color
Monochromatic Colors of #BA939A
Black with #BA939A
Text Example
Text Example
White with #BA939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA939A; }
p { color: rgb(186,147,154); }
H1.HeaderClassName
{
color: #BA939A;
}
.AnyTagClassName
{
color: #BA939A;
}
</style>
background-color css
<style>
a { background-color: #BA939A; }
a { background-color: rgb(186,147,154); }
div.DivClassName
{
background-color: #BA939A;
}
.BgClassName
{
background-color: #BA939A;
}
</style>
border-color css
<style>
span { border-color: #BA939A; }
span { border-color: rgb(186,147,154); }
td.TdClassName
{
border-color: #BA939A;
}
.TagClassName
{
border-color: #BA939A;
}
</style>