Shades of Viola #BA9399
Tints of Viola #BA9399
RGB
CMYK
RGB Variations
Color information
#BA9399 (or 0xBA9399) is known color: Viola. HEX triplet: BA, 93 and 99. RGB value is (186,147,153). Sum of RGB (Red+Green+Blue) = 186+147+153=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9399 is #456C66. Grayscale: #9F9F9F. Windows color (decimal): -4549735 or 10064826. OLE color: 10064826.
HSL color Cylindrical-coordinate representation of color #BA9399: hue angle of 350.77º 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 #BA9399 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 153 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.27 |
| HSL | 350.77º | 0.22% | 0.65% | - |
| HSV(B) | 350.77º | 0.21% | 0.73% | - |
| XYZ | 36.43 | 33.61 | 34.7 | - |
| YUV | 159.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 153 | 0 | 0.21 | 0.18 | 0.27 | 350.77 | 0.22 | 0.65 |
| Hex | BA | 93 | 99 | 0 | 15 | 12 | 1B | 15F | 16 | 41 |
| Octal | 272 | 223 | 231 | 0 | 25 | 22 | 33 | 537 | 26 | 101 |
| Binary | 10111010 | 10010011 | 10011001 | 0 | 10101 | 10010 | 11011 | 101011111 | 10110 | 1000001 |
Color Harmonies of #BA9399
Complementary color
Monochromatic Colors of #BA9399
Black with #BA9399
Text Example
Text Example
White with #BA9399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9399; }
p { color: rgb(186,147,153); }
H1.HeaderClassName
{
color: #BA9399;
}
.AnyTagClassName
{
color: #BA9399;
}
</style>
background-color css
<style>
a { background-color: #BA9399; }
a { background-color: rgb(186,147,153); }
div.DivClassName
{
background-color: #BA9399;
}
.BgClassName
{
background-color: #BA9399;
}
</style>
border-color css
<style>
span { border-color: #BA9399; }
span { border-color: rgb(186,147,153); }
td.TdClassName
{
border-color: #BA9399;
}
.TagClassName
{
border-color: #BA9399;
}
</style>