Shades of Viola #BF8C9F
Tints of Viola #BF8C9F
RGB
CMYK
RGB Variations
Color information
#BF8C9F (or 0xBF8C9F) is known color: Viola. HEX triplet: BF, 8C and 9F. RGB value is (191,140,159). Sum of RGB (Red+Green+Blue) = 191+140+159=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8C9F is #407360. Grayscale: #9D9D9D. Windows color (decimal): -4223841 or 10456255. OLE color: 10456255.
HSL color Cylindrical-coordinate representation of color #BF8C9F: hue angle of 337.65º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF8C9F is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 159 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.25 |
| HSL | 337.65º | 0.28% | 0.65% | - |
| HSV(B) | 337.65º | 0.27% | 0.75% | - |
| XYZ | 37.12 | 32.34 | 37.09 | - |
| YUV | 157.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 159 | 0 | 0.27 | 0.17 | 0.25 | 337.65 | 0.28 | 0.65 |
| Hex | BF | 8C | 9F | 0 | 1B | 11 | 19 | 152 | 1C | 41 |
| Octal | 277 | 214 | 237 | 0 | 33 | 21 | 31 | 522 | 34 | 101 |
| Binary | 10111111 | 10001100 | 10011111 | 0 | 11011 | 10001 | 11001 | 101010010 | 11100 | 1000001 |
Color Harmonies of #BF8C9F
Complementary color
Monochromatic Colors of #BF8C9F
Black with #BF8C9F
Text Example
Text Example
White with #BF8C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C9F; }
p { color: rgb(191,140,159); }
H1.HeaderClassName
{
color: #BF8C9F;
}
.AnyTagClassName
{
color: #BF8C9F;
}
</style>
background-color css
<style>
a { background-color: #BF8C9F; }
a { background-color: rgb(191,140,159); }
div.DivClassName
{
background-color: #BF8C9F;
}
.BgClassName
{
background-color: #BF8C9F;
}
</style>
border-color css
<style>
span { border-color: #BF8C9F; }
span { border-color: rgb(191,140,159); }
td.TdClassName
{
border-color: #BF8C9F;
}
.TagClassName
{
border-color: #BF8C9F;
}
</style>