Shades of Viola #BF8993
Tints of Viola #BF8993
RGB
CMYK
RGB Variations
Color information
#BF8993 (or 0xBF8993) is known color: Viola. HEX triplet: BF, 89 and 93. RGB value is (191,137,147). Sum of RGB (Red+Green+Blue) = 191+137+147=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8993 is #40766C. Grayscale: #9A9A9A. Windows color (decimal): -4224621 or 9669055. OLE color: 9669055.
HSL color Cylindrical-coordinate representation of color #BF8993: hue angle of 348.89º 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 #BF8993 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 147 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.25 |
| HSL | 348.89º | 0.3% | 0.64% | - |
| HSV(B) | 348.89º | 0.28% | 0.75% | - |
| XYZ | 35.7 | 31.07 | 31.72 | - |
| YUV | 154.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 147 | 0 | 0.28 | 0.23 | 0.25 | 348.89 | 0.3 | 0.64 |
| Hex | BF | 89 | 93 | 0 | 1C | 17 | 19 | 15D | 1E | 40 |
| Octal | 277 | 211 | 223 | 0 | 34 | 27 | 31 | 535 | 36 | 100 |
| Binary | 10111111 | 10001001 | 10010011 | 0 | 11100 | 10111 | 11001 | 101011101 | 11110 | 1000000 |
Color Harmonies of #BF8993
Complementary color
Monochromatic Colors of #BF8993
Black with #BF8993
Text Example
Text Example
White with #BF8993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8993; }
p { color: rgb(191,137,147); }
H1.HeaderClassName
{
color: #BF8993;
}
.AnyTagClassName
{
color: #BF8993;
}
</style>
background-color css
<style>
a { background-color: #BF8993; }
a { background-color: rgb(191,137,147); }
div.DivClassName
{
background-color: #BF8993;
}
.BgClassName
{
background-color: #BF8993;
}
</style>
border-color css
<style>
span { border-color: #BF8993; }
span { border-color: rgb(191,137,147); }
td.TdClassName
{
border-color: #BF8993;
}
.TagClassName
{
border-color: #BF8993;
}
</style>