Shades of Viola #BF8F96
Tints of Viola #BF8F96
RGB
CMYK
RGB Variations
Color information
#BF8F96 (or 0xBF8F96) is known color: Viola. HEX triplet: BF, 8F and 96. RGB value is (191,143,150). Sum of RGB (Red+Green+Blue) = 191+143+150=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8F96 is #407069. Grayscale: #9E9E9E. Windows color (decimal): -4223082 or 9867199. OLE color: 9867199.
HSL color Cylindrical-coordinate representation of color #BF8F96: hue angle of 351.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF8F96 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 150 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.25 |
| HSL | 351.25º | 0.27% | 0.65% | - |
| HSV(B) | 351.25º | 0.25% | 0.75% | - |
| XYZ | 36.81 | 32.92 | 33.27 | - |
| YUV | 158.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 150 | 0 | 0.25 | 0.21 | 0.25 | 351.25 | 0.27 | 0.65 |
| Hex | BF | 8F | 96 | 0 | 19 | 15 | 19 | 15F | 1B | 41 |
| Octal | 277 | 217 | 226 | 0 | 31 | 25 | 31 | 537 | 33 | 101 |
| Binary | 10111111 | 10001111 | 10010110 | 0 | 11001 | 10101 | 11001 | 101011111 | 11011 | 1000001 |
Color Harmonies of #BF8F96
Complementary color
Monochromatic Colors of #BF8F96
Black with #BF8F96
Text Example
Text Example
White with #BF8F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F96; }
p { color: rgb(191,143,150); }
H1.HeaderClassName
{
color: #BF8F96;
}
.AnyTagClassName
{
color: #BF8F96;
}
</style>
background-color css
<style>
a { background-color: #BF8F96; }
a { background-color: rgb(191,143,150); }
div.DivClassName
{
background-color: #BF8F96;
}
.BgClassName
{
background-color: #BF8F96;
}
</style>
border-color css
<style>
span { border-color: #BF8F96; }
span { border-color: rgb(191,143,150); }
td.TdClassName
{
border-color: #BF8F96;
}
.TagClassName
{
border-color: #BF8F96;
}
</style>