Shades of Viola #BA8A9D
Tints of Viola #BA8A9D
RGB
CMYK
RGB Variations
Color information
#BA8A9D (or 0xBA8A9D) is known color: Viola. HEX triplet: BA, 8A and 9D. RGB value is (186,138,157). Sum of RGB (Red+Green+Blue) = 186+138+157=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8A9D is #457562. Grayscale: #9A9A9A. Windows color (decimal): -4552035 or 10324666. OLE color: 10324666.
HSL color Cylindrical-coordinate representation of color #BA8A9D: hue angle of 336.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 #BA8A9D is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 157 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.27 |
| HSL | 336.25º | 0.26% | 0.64% | - |
| HSV(B) | 336.25º | 0.26% | 0.73% | - |
| XYZ | 35.42 | 31.05 | 36.02 | - |
| YUV | 154.52 | 129.4 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 157 | 0 | 0.26 | 0.16 | 0.27 | 336.25 | 0.26 | 0.64 |
| Hex | BA | 8A | 9D | 0 | 1A | 10 | 1B | 150 | 1A | 40 |
| Octal | 272 | 212 | 235 | 0 | 32 | 20 | 33 | 520 | 32 | 100 |
| Binary | 10111010 | 10001010 | 10011101 | 0 | 11010 | 10000 | 11011 | 101010000 | 11010 | 1000000 |
Color Harmonies of #BA8A9D
Complementary color
Monochromatic Colors of #BA8A9D
Black with #BA8A9D
Text Example
Text Example
White with #BA8A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A9D; }
p { color: rgb(186,138,157); }
H1.HeaderClassName
{
color: #BA8A9D;
}
.AnyTagClassName
{
color: #BA8A9D;
}
</style>
background-color css
<style>
a { background-color: #BA8A9D; }
a { background-color: rgb(186,138,157); }
div.DivClassName
{
background-color: #BA8A9D;
}
.BgClassName
{
background-color: #BA8A9D;
}
</style>
border-color css
<style>
span { border-color: #BA8A9D; }
span { border-color: rgb(186,138,157); }
td.TdClassName
{
border-color: #BA8A9D;
}
.TagClassName
{
border-color: #BA8A9D;
}
</style>