Shades of Viola #BA8A99
Tints of Viola #BA8A99
RGB
CMYK
RGB Variations
Color information
#BA8A99 (or 0xBA8A99) is known color: Viola. HEX triplet: BA, 8A and 99. RGB value is (186,138,153). Sum of RGB (Red+Green+Blue) = 186+138+153=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8A99 is #457566. Grayscale: #9A9A9A. Windows color (decimal): -4552039 or 10062522. OLE color: 10062522.
HSL color Cylindrical-coordinate representation of color #BA8A99: hue angle of 341.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA8A99 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 153 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.27 |
| HSL | 341.25º | 0.26% | 0.64% | - |
| HSV(B) | 341.25º | 0.26% | 0.73% | - |
| XYZ | 35.09 | 30.92 | 34.26 | - |
| YUV | 154.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 153 | 0 | 0.26 | 0.18 | 0.27 | 341.25 | 0.26 | 0.64 |
| Hex | BA | 8A | 99 | 0 | 1A | 12 | 1B | 155 | 1A | 40 |
| Octal | 272 | 212 | 231 | 0 | 32 | 22 | 33 | 525 | 32 | 100 |
| Binary | 10111010 | 10001010 | 10011001 | 0 | 11010 | 10010 | 11011 | 101010101 | 11010 | 1000000 |
Color Harmonies of #BA8A99
Complementary color
Monochromatic Colors of #BA8A99
Black with #BA8A99
Text Example
Text Example
White with #BA8A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A99; }
p { color: rgb(186,138,153); }
H1.HeaderClassName
{
color: #BA8A99;
}
.AnyTagClassName
{
color: #BA8A99;
}
</style>
background-color css
<style>
a { background-color: #BA8A99; }
a { background-color: rgb(186,138,153); }
div.DivClassName
{
background-color: #BA8A99;
}
.BgClassName
{
background-color: #BA8A99;
}
</style>
border-color css
<style>
span { border-color: #BA8A99; }
span { border-color: rgb(186,138,153); }
td.TdClassName
{
border-color: #BA8A99;
}
.TagClassName
{
border-color: #BA8A99;
}
</style>