Shades of Viola #BF8A96
Tints of Viola #BF8A96
RGB
CMYK
RGB Variations
Color information
#BF8A96 (or 0xBF8A96) is known color: Viola. HEX triplet: BF, 8A and 96. RGB value is (191,138,150). Sum of RGB (Red+Green+Blue) = 191+138+150=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8A96 is #407569. Grayscale: #9B9B9B. Windows color (decimal): -4224362 or 9865919. OLE color: 9865919.
HSL color Cylindrical-coordinate representation of color #BF8A96: hue angle of 346.42º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF8A96 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 138 | 150 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.25 |
| HSL | 346.42º | 0.29% | 0.65% | - |
| HSV(B) | 346.42º | 0.28% | 0.75% | - |
| XYZ | 36.08 | 31.46 | 33.02 | - |
| YUV | 155.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 150 | 0 | 0.28 | 0.21 | 0.25 | 346.42 | 0.29 | 0.65 |
| Hex | BF | 8A | 96 | 0 | 1C | 15 | 19 | 15A | 1D | 41 |
| Octal | 277 | 212 | 226 | 0 | 34 | 25 | 31 | 532 | 35 | 101 |
| Binary | 10111111 | 10001010 | 10010110 | 0 | 11100 | 10101 | 11001 | 101011010 | 11101 | 1000001 |
Color Harmonies of #BF8A96
Complementary color
Monochromatic Colors of #BF8A96
Black with #BF8A96
Text Example
Text Example
White with #BF8A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8A96; }
p { color: rgb(191,138,150); }
H1.HeaderClassName
{
color: #BF8A96;
}
.AnyTagClassName
{
color: #BF8A96;
}
</style>
background-color css
<style>
a { background-color: #BF8A96; }
a { background-color: rgb(191,138,150); }
div.DivClassName
{
background-color: #BF8A96;
}
.BgClassName
{
background-color: #BF8A96;
}
</style>
border-color css
<style>
span { border-color: #BF8A96; }
span { border-color: rgb(191,138,150); }
td.TdClassName
{
border-color: #BF8A96;
}
.TagClassName
{
border-color: #BF8A96;
}
</style>