Shades of Viola #BF899F
Tints of Viola #BF899F
RGB
CMYK
RGB Variations
Color information
#BF899F (or 0xBF899F) is known color: Viola. HEX triplet: BF, 89 and 9F. RGB value is (191,137,159). Sum of RGB (Red+Green+Blue) = 191+137+159=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BF899F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF899F is #407660. Grayscale: #9B9B9B. Windows color (decimal): -4224609 or 10455487. OLE color: 10455487.
HSL color Cylindrical-coordinate representation of color #BF899F: hue angle of 335.56º 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 #BF899F is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 159 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.25 |
| HSL | 335.56º | 0.3% | 0.64% | - |
| HSV(B) | 335.56º | 0.28% | 0.75% | - |
| XYZ | 36.69 | 31.47 | 36.94 | - |
| YUV | 155.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 159 | 0 | 0.28 | 0.17 | 0.25 | 335.56 | 0.3 | 0.64 |
| Hex | BF | 89 | 9F | 0 | 1C | 11 | 19 | 150 | 1E | 40 |
| Octal | 277 | 211 | 237 | 0 | 34 | 21 | 31 | 520 | 36 | 100 |
| Binary | 10111111 | 10001001 | 10011111 | 0 | 11100 | 10001 | 11001 | 101010000 | 11110 | 1000000 |
Color Harmonies of #BF899F
Complementary color
Monochromatic Colors of #BF899F
Black with #BF899F
Text Example
Text Example
White with #BF899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF899F; }
p { color: rgb(191,137,159); }
H1.HeaderClassName
{
color: #BF899F;
}
.AnyTagClassName
{
color: #BF899F;
}
</style>
background-color css
<style>
a { background-color: #BF899F; }
a { background-color: rgb(191,137,159); }
div.DivClassName
{
background-color: #BF899F;
}
.BgClassName
{
background-color: #BF899F;
}
</style>
border-color css
<style>
span { border-color: #BF899F; }
span { border-color: rgb(191,137,159); }
td.TdClassName
{
border-color: #BF899F;
}
.TagClassName
{
border-color: #BF899F;
}
</style>