Shades of Viola #BF8D9C
Tints of Viola #BF8D9C
RGB
CMYK
RGB Variations
Color information
#BF8D9C (or 0xBF8D9C) is known color: Viola. HEX triplet: BF, 8D and 9C. RGB value is (191,141,156). Sum of RGB (Red+Green+Blue) = 191+141+156=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8D9C is #407263. Grayscale: #9D9D9D. Windows color (decimal): -4223588 or 10259903. OLE color: 10259903.
HSL color Cylindrical-coordinate representation of color #BF8D9C: hue angle of 342º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF8D9C is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 141 | 156 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.25 |
| HSL | 342º | 0.28% | 0.65% | - |
| HSV(B) | 342º | 0.26% | 0.75% | - |
| XYZ | 37.01 | 32.53 | 35.78 | - |
| YUV | 157.66 | 127.07 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 156 | 0 | 0.26 | 0.18 | 0.25 | 342 | 0.28 | 0.65 |
| Hex | BF | 8D | 9C | 0 | 1A | 12 | 19 | 156 | 1C | 41 |
| Octal | 277 | 215 | 234 | 0 | 32 | 22 | 31 | 526 | 34 | 101 |
| Binary | 10111111 | 10001101 | 10011100 | 0 | 11010 | 10010 | 11001 | 101010110 | 11100 | 1000001 |
Color Harmonies of #BF8D9C
Complementary color
Monochromatic Colors of #BF8D9C
Black with #BF8D9C
Text Example
Text Example
White with #BF8D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8D9C; }
p { color: rgb(191,141,156); }
H1.HeaderClassName
{
color: #BF8D9C;
}
.AnyTagClassName
{
color: #BF8D9C;
}
</style>
background-color css
<style>
a { background-color: #BF8D9C; }
a { background-color: rgb(191,141,156); }
div.DivClassName
{
background-color: #BF8D9C;
}
.BgClassName
{
background-color: #BF8D9C;
}
</style>
border-color css
<style>
span { border-color: #BF8D9C; }
span { border-color: rgb(191,141,156); }
td.TdClassName
{
border-color: #BF8D9C;
}
.TagClassName
{
border-color: #BF8D9C;
}
</style>