Shades of Viola #BF8F9C
Tints of Viola #BF8F9C
RGB
CMYK
RGB Variations
Color information
#BF8F9C (or 0xBF8F9C) is known color: Viola. HEX triplet: BF, 8F and 9C. RGB value is (191,143,156). Sum of RGB (Red+Green+Blue) = 191+143+156=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8F9C is #407063. Grayscale: #9E9E9E. Windows color (decimal): -4223076 or 10260415. OLE color: 10260415.
HSL color Cylindrical-coordinate representation of color #BF8F9C: hue angle of 343.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF8F9C is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 156 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.25 |
| HSL | 343.75º | 0.27% | 0.65% | - |
| HSV(B) | 343.75º | 0.25% | 0.75% | - |
| XYZ | 37.31 | 33.12 | 35.88 | - |
| YUV | 158.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 156 | 0 | 0.25 | 0.18 | 0.25 | 343.75 | 0.27 | 0.65 |
| Hex | BF | 8F | 9C | 0 | 19 | 12 | 19 | 158 | 1B | 41 |
| Octal | 277 | 217 | 234 | 0 | 31 | 22 | 31 | 530 | 33 | 101 |
| Binary | 10111111 | 10001111 | 10011100 | 0 | 11001 | 10010 | 11001 | 101011000 | 11011 | 1000001 |
Color Harmonies of #BF8F9C
Complementary color
Monochromatic Colors of #BF8F9C
Black with #BF8F9C
Text Example
Text Example
White with #BF8F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F9C; }
p { color: rgb(191,143,156); }
H1.HeaderClassName
{
color: #BF8F9C;
}
.AnyTagClassName
{
color: #BF8F9C;
}
</style>
background-color css
<style>
a { background-color: #BF8F9C; }
a { background-color: rgb(191,143,156); }
div.DivClassName
{
background-color: #BF8F9C;
}
.BgClassName
{
background-color: #BF8F9C;
}
</style>
border-color css
<style>
span { border-color: #BF8F9C; }
span { border-color: rgb(191,143,156); }
td.TdClassName
{
border-color: #BF8F9C;
}
.TagClassName
{
border-color: #BF8F9C;
}
</style>