Shades of Viola #BF8994
Tints of Viola #BF8994
RGB
CMYK
RGB Variations
Color information
#BF8994 (or 0xBF8994) is known color: Viola. HEX triplet: BF, 89 and 94. RGB value is (191,137,148). Sum of RGB (Red+Green+Blue) = 191+137+148=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8994 is #40766B. Grayscale: #9A9A9A. Windows color (decimal): -4224620 or 9734591. OLE color: 9734591.
HSL color Cylindrical-coordinate representation of color #BF8994: hue angle of 347.78º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF8994 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 148 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.25 |
| HSL | 347.78º | 0.3% | 0.64% | - |
| HSV(B) | 347.78º | 0.28% | 0.75% | - |
| XYZ | 35.78 | 31.11 | 32.14 | - |
| YUV | 154.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 148 | 0 | 0.28 | 0.23 | 0.25 | 347.78 | 0.3 | 0.64 |
| Hex | BF | 89 | 94 | 0 | 1C | 17 | 19 | 15C | 1E | 40 |
| Octal | 277 | 211 | 224 | 0 | 34 | 27 | 31 | 534 | 36 | 100 |
| Binary | 10111111 | 10001001 | 10010100 | 0 | 11100 | 10111 | 11001 | 101011100 | 11110 | 1000000 |
Color Harmonies of #BF8994
Complementary color
Monochromatic Colors of #BF8994
Black with #BF8994
Text Example
Text Example
White with #BF8994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8994; }
p { color: rgb(191,137,148); }
H1.HeaderClassName
{
color: #BF8994;
}
.AnyTagClassName
{
color: #BF8994;
}
</style>
background-color css
<style>
a { background-color: #BF8994; }
a { background-color: rgb(191,137,148); }
div.DivClassName
{
background-color: #BF8994;
}
.BgClassName
{
background-color: #BF8994;
}
</style>
border-color css
<style>
span { border-color: #BF8994; }
span { border-color: rgb(191,137,148); }
td.TdClassName
{
border-color: #BF8994;
}
.TagClassName
{
border-color: #BF8994;
}
</style>