Shades of Viola #BA889D
Tints of Viola #BA889D
RGB
CMYK
RGB Variations
Color information
#BA889D (or 0xBA889D) is known color: Viola. HEX triplet: BA, 88 and 9D. RGB value is (186,136,157). Sum of RGB (Red+Green+Blue) = 186+136+157=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA889D is #457762. Grayscale: #999999. Windows color (decimal): -4552547 or 10324154. OLE color: 10324154.
HSL color Cylindrical-coordinate representation of color #BA889D: hue angle of 334.8º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA889D is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 157 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.27 |
| HSL | 334.8º | 0.27% | 0.63% | - |
| HSV(B) | 334.8º | 0.27% | 0.73% | - |
| XYZ | 35.14 | 30.48 | 35.93 | - |
| YUV | 153.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 157 | 0 | 0.27 | 0.16 | 0.27 | 334.8 | 0.27 | 0.63 |
| Hex | BA | 88 | 9D | 0 | 1B | 10 | 1B | 14F | 1B | 3F |
| Octal | 272 | 210 | 235 | 0 | 33 | 20 | 33 | 517 | 33 | 77 |
| Binary | 10111010 | 10001000 | 10011101 | 0 | 11011 | 10000 | 11011 | 101001111 | 11011 | 111111 |
Color Harmonies of #BA889D
Complementary color
Monochromatic Colors of #BA889D
Black with #BA889D
Text Example
Text Example
White with #BA889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA889D; }
p { color: rgb(186,136,157); }
H1.HeaderClassName
{
color: #BA889D;
}
.AnyTagClassName
{
color: #BA889D;
}
</style>
background-color css
<style>
a { background-color: #BA889D; }
a { background-color: rgb(186,136,157); }
div.DivClassName
{
background-color: #BA889D;
}
.BgClassName
{
background-color: #BA889D;
}
</style>
border-color css
<style>
span { border-color: #BA889D; }
span { border-color: rgb(186,136,157); }
td.TdClassName
{
border-color: #BA889D;
}
.TagClassName
{
border-color: #BA889D;
}
</style>