Shades of Viola #BA8A90
Tints of Viola #BA8A90
RGB
CMYK
RGB Variations
Color information
#BA8A90 (or 0xBA8A90) is known color: Viola. HEX triplet: BA, 8A and 90. RGB value is (186,138,144). Sum of RGB (Red+Green+Blue) = 186+138+144=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8A90 is #45756F. Grayscale: #999999. Windows color (decimal): -4552048 or 9472698. OLE color: 9472698.
HSL color Cylindrical-coordinate representation of color #BA8A90: hue angle of 352.5º 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 #BA8A90 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 144 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.27 |
| HSL | 352.5º | 0.26% | 0.64% | - |
| HSV(B) | 352.5º | 0.26% | 0.73% | - |
| XYZ | 34.37 | 30.63 | 30.49 | - |
| YUV | 153.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 144 | 0 | 0.26 | 0.23 | 0.27 | 352.5 | 0.26 | 0.64 |
| Hex | BA | 8A | 90 | 0 | 1A | 17 | 1B | 160 | 1A | 40 |
| Octal | 272 | 212 | 220 | 0 | 32 | 27 | 33 | 540 | 32 | 100 |
| Binary | 10111010 | 10001010 | 10010000 | 0 | 11010 | 10111 | 11011 | 101100000 | 11010 | 1000000 |
Color Harmonies of #BA8A90
Complementary color
Monochromatic Colors of #BA8A90
Black with #BA8A90
Text Example
Text Example
White with #BA8A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A90; }
p { color: rgb(186,138,144); }
H1.HeaderClassName
{
color: #BA8A90;
}
.AnyTagClassName
{
color: #BA8A90;
}
</style>
background-color css
<style>
a { background-color: #BA8A90; }
a { background-color: rgb(186,138,144); }
div.DivClassName
{
background-color: #BA8A90;
}
.BgClassName
{
background-color: #BA8A90;
}
</style>
border-color css
<style>
span { border-color: #BA8A90; }
span { border-color: rgb(186,138,144); }
td.TdClassName
{
border-color: #BA8A90;
}
.TagClassName
{
border-color: #BA8A90;
}
</style>