Shades of Viola #BF8D9E
Tints of Viola #BF8D9E
RGB
CMYK
RGB Variations
Color information
#BF8D9E (or 0xBF8D9E) is known color: Viola. HEX triplet: BF, 8D and 9E. RGB value is (191,141,158). Sum of RGB (Red+Green+Blue) = 191+141+158=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8D9E is #407261. Grayscale: #9D9D9D. Windows color (decimal): -4223586 or 10390975. OLE color: 10390975.
HSL color Cylindrical-coordinate representation of color #BF8D9E: hue angle of 339.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF8D9E is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 141 | 158 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.25 |
| HSL | 339.6º | 0.28% | 0.65% | - |
| HSV(B) | 339.6º | 0.26% | 0.75% | - |
| XYZ | 37.18 | 32.59 | 36.68 | - |
| YUV | 157.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 158 | 0 | 0.26 | 0.17 | 0.25 | 339.6 | 0.28 | 0.65 |
| Hex | BF | 8D | 9E | 0 | 1A | 11 | 19 | 154 | 1C | 41 |
| Octal | 277 | 215 | 236 | 0 | 32 | 21 | 31 | 524 | 34 | 101 |
| Binary | 10111111 | 10001101 | 10011110 | 0 | 11010 | 10001 | 11001 | 101010100 | 11100 | 1000001 |
Color Harmonies of #BF8D9E
Complementary color
Monochromatic Colors of #BF8D9E
Black with #BF8D9E
Text Example
Text Example
White with #BF8D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8D9E; }
p { color: rgb(191,141,158); }
H1.HeaderClassName
{
color: #BF8D9E;
}
.AnyTagClassName
{
color: #BF8D9E;
}
</style>
background-color css
<style>
a { background-color: #BF8D9E; }
a { background-color: rgb(191,141,158); }
div.DivClassName
{
background-color: #BF8D9E;
}
.BgClassName
{
background-color: #BF8D9E;
}
</style>
border-color css
<style>
span { border-color: #BF8D9E; }
span { border-color: rgb(191,141,158); }
td.TdClassName
{
border-color: #BF8D9E;
}
.TagClassName
{
border-color: #BF8D9E;
}
</style>