Shades of Viola #BA909D
Tints of Viola #BA909D
RGB
CMYK
RGB Variations
Color information
#BA909D (or 0xBA909D) is known color: Viola. HEX triplet: BA, 90 and 9D. RGB value is (186,144,157). Sum of RGB (Red+Green+Blue) = 186+144+157=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BA909D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA909D is #456F62. Grayscale: #9E9E9E. Windows color (decimal): -4550499 or 10326202. OLE color: 10326202.
HSL color Cylindrical-coordinate representation of color #BA909D: hue angle of 341.43º degrees, saturation: 0.23, 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 #BA909D is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 157 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.27 |
| HSL | 341.43º | 0.23% | 0.65% | - |
| HSV(B) | 341.43º | 0.23% | 0.73% | - |
| XYZ | 36.31 | 32.82 | 36.32 | - |
| YUV | 158.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 157 | 0 | 0.23 | 0.16 | 0.27 | 341.43 | 0.23 | 0.65 |
| Hex | BA | 90 | 9D | 0 | 17 | 10 | 1B | 155 | 17 | 41 |
| Octal | 272 | 220 | 235 | 0 | 27 | 20 | 33 | 525 | 27 | 101 |
| Binary | 10111010 | 10010000 | 10011101 | 0 | 10111 | 10000 | 11011 | 101010101 | 10111 | 1000001 |
Color Harmonies of #BA909D
Complementary color
Monochromatic Colors of #BA909D
Black with #BA909D
Text Example
Text Example
White with #BA909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA909D; }
p { color: rgb(186,144,157); }
H1.HeaderClassName
{
color: #BA909D;
}
.AnyTagClassName
{
color: #BA909D;
}
</style>
background-color css
<style>
a { background-color: #BA909D; }
a { background-color: rgb(186,144,157); }
div.DivClassName
{
background-color: #BA909D;
}
.BgClassName
{
background-color: #BA909D;
}
</style>
border-color css
<style>
span { border-color: #BA909D; }
span { border-color: rgb(186,144,157); }
td.TdClassName
{
border-color: #BA909D;
}
.TagClassName
{
border-color: #BA909D;
}
</style>