Shades of Viola #BF8C98
Tints of Viola #BF8C98
RGB
CMYK
RGB Variations
Color information
#BF8C98 (or 0xBF8C98) is known color: Viola. HEX triplet: BF, 8C and 98. RGB value is (191,140,152). Sum of RGB (Red+Green+Blue) = 191+140+152=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8C98 is #407367. Grayscale: #9C9C9C. Windows color (decimal): -4223848 or 9997503. OLE color: 9997503.
HSL color Cylindrical-coordinate representation of color #BF8C98: hue angle of 345.88º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF8C98 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 152 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.25 |
| HSL | 345.88º | 0.28% | 0.65% | - |
| HSV(B) | 345.88º | 0.27% | 0.75% | - |
| XYZ | 36.53 | 32.1 | 33.98 | - |
| YUV | 156.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 152 | 0 | 0.27 | 0.20 | 0.25 | 345.88 | 0.28 | 0.65 |
| Hex | BF | 8C | 98 | 0 | 1B | 14 | 19 | 15A | 1C | 41 |
| Octal | 277 | 214 | 230 | 0 | 33 | 24 | 31 | 532 | 34 | 101 |
| Binary | 10111111 | 10001100 | 10011000 | 0 | 11011 | 10100 | 11001 | 101011010 | 11100 | 1000001 |
Color Harmonies of #BF8C98
Complementary color
Monochromatic Colors of #BF8C98
Black with #BF8C98
Text Example
Text Example
White with #BF8C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C98; }
p { color: rgb(191,140,152); }
H1.HeaderClassName
{
color: #BF8C98;
}
.AnyTagClassName
{
color: #BF8C98;
}
</style>
background-color css
<style>
a { background-color: #BF8C98; }
a { background-color: rgb(191,140,152); }
div.DivClassName
{
background-color: #BF8C98;
}
.BgClassName
{
background-color: #BF8C98;
}
</style>
border-color css
<style>
span { border-color: #BF8C98; }
span { border-color: rgb(191,140,152); }
td.TdClassName
{
border-color: #BF8C98;
}
.TagClassName
{
border-color: #BF8C98;
}
</style>