Shades of Viola #BF8D93
Tints of Viola #BF8D93
RGB
CMYK
RGB Variations
Color information
#BF8D93 (or 0xBF8D93) is known color: Viola. HEX triplet: BF, 8D and 93. RGB value is (191,141,147). Sum of RGB (Red+Green+Blue) = 191+141+147=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8D93 is #40726C. Grayscale: #9C9C9C. Windows color (decimal): -4223597 or 9670079. OLE color: 9670079.
HSL color Cylindrical-coordinate representation of color #BF8D93: hue angle of 352.8º 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 #BF8D93 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 141 | 147 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.25 |
| HSL | 352.8º | 0.28% | 0.65% | - |
| HSV(B) | 352.8º | 0.26% | 0.75% | - |
| XYZ | 36.28 | 32.23 | 31.91 | - |
| YUV | 156.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 147 | 0 | 0.26 | 0.23 | 0.25 | 352.8 | 0.28 | 0.65 |
| Hex | BF | 8D | 93 | 0 | 1A | 17 | 19 | 161 | 1C | 41 |
| Octal | 277 | 215 | 223 | 0 | 32 | 27 | 31 | 541 | 34 | 101 |
| Binary | 10111111 | 10001101 | 10010011 | 0 | 11010 | 10111 | 11001 | 101100001 | 11100 | 1000001 |
Color Harmonies of #BF8D93
Complementary color
Monochromatic Colors of #BF8D93
Black with #BF8D93
Text Example
Text Example
White with #BF8D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8D93; }
p { color: rgb(191,141,147); }
H1.HeaderClassName
{
color: #BF8D93;
}
.AnyTagClassName
{
color: #BF8D93;
}
</style>
background-color css
<style>
a { background-color: #BF8D93; }
a { background-color: rgb(191,141,147); }
div.DivClassName
{
background-color: #BF8D93;
}
.BgClassName
{
background-color: #BF8D93;
}
</style>
border-color css
<style>
span { border-color: #BF8D93; }
span { border-color: rgb(191,141,147); }
td.TdClassName
{
border-color: #BF8D93;
}
.TagClassName
{
border-color: #BF8D93;
}
</style>