Shades of Viola #BA8F9B
Tints of Viola #BA8F9B
RGB
CMYK
RGB Variations
Color information
#BA8F9B (or 0xBA8F9B) is known color: Viola. HEX triplet: BA, 8F and 9B. RGB value is (186,143,155). Sum of RGB (Red+Green+Blue) = 186+143+155=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8F9B is #457064. Grayscale: #9D9D9D. Windows color (decimal): -4550757 or 10194874. OLE color: 10194874.
HSL color Cylindrical-coordinate representation of color #BA8F9B: hue angle of 343.26º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA8F9B is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 155 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.27 |
| HSL | 343.26º | 0.24% | 0.65% | - |
| HSV(B) | 343.26º | 0.23% | 0.73% | - |
| XYZ | 35.99 | 32.45 | 35.38 | - |
| YUV | 157.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 155 | 0 | 0.23 | 0.17 | 0.27 | 343.26 | 0.24 | 0.65 |
| Hex | BA | 8F | 9B | 0 | 17 | 11 | 1B | 157 | 18 | 41 |
| Octal | 272 | 217 | 233 | 0 | 27 | 21 | 33 | 527 | 30 | 101 |
| Binary | 10111010 | 10001111 | 10011011 | 0 | 10111 | 10001 | 11011 | 101010111 | 11000 | 1000001 |
Color Harmonies of #BA8F9B
Complementary color
Monochromatic Colors of #BA8F9B
Black with #BA8F9B
Text Example
Text Example
White with #BA8F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F9B; }
p { color: rgb(186,143,155); }
H1.HeaderClassName
{
color: #BA8F9B;
}
.AnyTagClassName
{
color: #BA8F9B;
}
</style>
background-color css
<style>
a { background-color: #BA8F9B; }
a { background-color: rgb(186,143,155); }
div.DivClassName
{
background-color: #BA8F9B;
}
.BgClassName
{
background-color: #BA8F9B;
}
</style>
border-color css
<style>
span { border-color: #BA8F9B; }
span { border-color: rgb(186,143,155); }
td.TdClassName
{
border-color: #BA8F9B;
}
.TagClassName
{
border-color: #BA8F9B;
}
</style>