Shades of Viola #BA9198
Tints of Viola #BA9198
RGB
CMYK
RGB Variations
Color information
#BA9198 (or 0xBA9198) is known color: Viola. HEX triplet: BA, 91 and 98. RGB value is (186,145,152). Sum of RGB (Red+Green+Blue) = 186+145+152=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9198 is #456E67. Grayscale: #9E9E9E. Windows color (decimal): -4550248 or 9998778. OLE color: 9998778.
HSL color Cylindrical-coordinate representation of color #BA9198: hue angle of 349.76º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA9198 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 152 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.27 |
| HSL | 349.76º | 0.23% | 0.65% | - |
| HSV(B) | 349.76º | 0.22% | 0.73% | - |
| XYZ | 36.04 | 32.96 | 34.17 | - |
| YUV | 158.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 152 | 0 | 0.22 | 0.18 | 0.27 | 349.76 | 0.23 | 0.65 |
| Hex | BA | 91 | 98 | 0 | 16 | 12 | 1B | 15E | 17 | 41 |
| Octal | 272 | 221 | 230 | 0 | 26 | 22 | 33 | 536 | 27 | 101 |
| Binary | 10111010 | 10010001 | 10011000 | 0 | 10110 | 10010 | 11011 | 101011110 | 10111 | 1000001 |
Color Harmonies of #BA9198
Complementary color
Monochromatic Colors of #BA9198
Black with #BA9198
Text Example
Text Example
White with #BA9198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9198; }
p { color: rgb(186,145,152); }
H1.HeaderClassName
{
color: #BA9198;
}
.AnyTagClassName
{
color: #BA9198;
}
</style>
background-color css
<style>
a { background-color: #BA9198; }
a { background-color: rgb(186,145,152); }
div.DivClassName
{
background-color: #BA9198;
}
.BgClassName
{
background-color: #BA9198;
}
</style>
border-color css
<style>
span { border-color: #BA9198; }
span { border-color: rgb(186,145,152); }
td.TdClassName
{
border-color: #BA9198;
}
.TagClassName
{
border-color: #BA9198;
}
</style>