Shades of Viola #BF8F9E
Tints of Viola #BF8F9E
RGB
CMYK
RGB Variations
Color information
#BF8F9E (or 0xBF8F9E) is known color: Viola. HEX triplet: BF, 8F and 9E. RGB value is (191,143,158). Sum of RGB (Red+Green+Blue) = 191+143+158=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8F9E is #407061. Grayscale: #9F9F9F. Windows color (decimal): -4223074 or 10391487. OLE color: 10391487.
HSL color Cylindrical-coordinate representation of color #BF8F9E: hue angle of 341.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 #BF8F9E is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 158 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.25 |
| HSL | 341.25º | 0.27% | 0.65% | - |
| HSV(B) | 341.25º | 0.25% | 0.75% | - |
| XYZ | 37.48 | 33.19 | 36.78 | - |
| YUV | 159.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 158 | 0 | 0.25 | 0.17 | 0.25 | 341.25 | 0.27 | 0.65 |
| Hex | BF | 8F | 9E | 0 | 19 | 11 | 19 | 155 | 1B | 41 |
| Octal | 277 | 217 | 236 | 0 | 31 | 21 | 31 | 525 | 33 | 101 |
| Binary | 10111111 | 10001111 | 10011110 | 0 | 11001 | 10001 | 11001 | 101010101 | 11011 | 1000001 |
Color Harmonies of #BF8F9E
Complementary color
Monochromatic Colors of #BF8F9E
Black with #BF8F9E
Text Example
Text Example
White with #BF8F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F9E; }
p { color: rgb(191,143,158); }
H1.HeaderClassName
{
color: #BF8F9E;
}
.AnyTagClassName
{
color: #BF8F9E;
}
</style>
background-color css
<style>
a { background-color: #BF8F9E; }
a { background-color: rgb(191,143,158); }
div.DivClassName
{
background-color: #BF8F9E;
}
.BgClassName
{
background-color: #BF8F9E;
}
</style>
border-color css
<style>
span { border-color: #BF8F9E; }
span { border-color: rgb(191,143,158); }
td.TdClassName
{
border-color: #BF8F9E;
}
.TagClassName
{
border-color: #BF8F9E;
}
</style>