Shades of Viola #BF8E99
Tints of Viola #BF8E99
RGB
CMYK
RGB Variations
Color information
#BF8E99 (or 0xBF8E99) is known color: Viola. HEX triplet: BF, 8E and 99. RGB value is (191,142,153). Sum of RGB (Red+Green+Blue) = 191+142+153=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8E99 is #407166. Grayscale: #9D9D9D. Windows color (decimal): -4223335 or 10063551. OLE color: 10063551.
HSL color Cylindrical-coordinate representation of color #BF8E99: hue angle of 346.53º 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 #BF8E99 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 142 | 153 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.25 |
| HSL | 346.53º | 0.28% | 0.65% | - |
| HSV(B) | 346.53º | 0.26% | 0.75% | - |
| XYZ | 36.91 | 32.72 | 34.51 | - |
| YUV | 157.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 142 | 153 | 0 | 0.26 | 0.20 | 0.25 | 346.53 | 0.28 | 0.65 |
| Hex | BF | 8E | 99 | 0 | 1A | 14 | 19 | 15B | 1C | 41 |
| Octal | 277 | 216 | 231 | 0 | 32 | 24 | 31 | 533 | 34 | 101 |
| Binary | 10111111 | 10001110 | 10011001 | 0 | 11010 | 10100 | 11001 | 101011011 | 11100 | 1000001 |
Color Harmonies of #BF8E99
Complementary color
Monochromatic Colors of #BF8E99
Black with #BF8E99
Text Example
Text Example
White with #BF8E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8E99; }
p { color: rgb(191,142,153); }
H1.HeaderClassName
{
color: #BF8E99;
}
.AnyTagClassName
{
color: #BF8E99;
}
</style>
background-color css
<style>
a { background-color: #BF8E99; }
a { background-color: rgb(191,142,153); }
div.DivClassName
{
background-color: #BF8E99;
}
.BgClassName
{
background-color: #BF8E99;
}
</style>
border-color css
<style>
span { border-color: #BF8E99; }
span { border-color: rgb(191,142,153); }
td.TdClassName
{
border-color: #BF8E99;
}
.TagClassName
{
border-color: #BF8E99;
}
</style>