Shades of Viola #BA8A9A
Tints of Viola #BA8A9A
RGB
CMYK
RGB Variations
Color information
#BA8A9A (or 0xBA8A9A) is known color: Viola. HEX triplet: BA, 8A and 9A. RGB value is (186,138,154). Sum of RGB (Red+Green+Blue) = 186+138+154=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8A9A is #457565. Grayscale: #9A9A9A. Windows color (decimal): -4552038 or 10128058. OLE color: 10128058.
HSL color Cylindrical-coordinate representation of color #BA8A9A: hue angle of 340º 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 #BA8A9A is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 154 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.27 |
| HSL | 340º | 0.26% | 0.64% | - |
| HSV(B) | 340º | 0.26% | 0.73% | - |
| XYZ | 35.17 | 30.95 | 34.69 | - |
| YUV | 154.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 154 | 0 | 0.26 | 0.17 | 0.27 | 340 | 0.26 | 0.64 |
| Hex | BA | 8A | 9A | 0 | 1A | 11 | 1B | 154 | 1A | 40 |
| Octal | 272 | 212 | 232 | 0 | 32 | 21 | 33 | 524 | 32 | 100 |
| Binary | 10111010 | 10001010 | 10011010 | 0 | 11010 | 10001 | 11011 | 101010100 | 11010 | 1000000 |
Color Harmonies of #BA8A9A
Complementary color
Monochromatic Colors of #BA8A9A
Black with #BA8A9A
Text Example
Text Example
White with #BA8A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A9A; }
p { color: rgb(186,138,154); }
H1.HeaderClassName
{
color: #BA8A9A;
}
.AnyTagClassName
{
color: #BA8A9A;
}
</style>
background-color css
<style>
a { background-color: #BA8A9A; }
a { background-color: rgb(186,138,154); }
div.DivClassName
{
background-color: #BA8A9A;
}
.BgClassName
{
background-color: #BA8A9A;
}
</style>
border-color css
<style>
span { border-color: #BA8A9A; }
span { border-color: rgb(186,138,154); }
td.TdClassName
{
border-color: #BA8A9A;
}
.TagClassName
{
border-color: #BA8A9A;
}
</style>