Shades of Viola #BF939F
Tints of Viola #BF939F
RGB
CMYK
RGB Variations
Color information
#BF939F (or 0xBF939F) is known color: Viola. HEX triplet: BF, 93 and 9F. RGB value is (191,147,159). Sum of RGB (Red+Green+Blue) = 191+147+159=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BF939F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF939F is #406C60. Grayscale: #A1A1A1. Windows color (decimal): -4222049 or 10458047. OLE color: 10458047.
HSL color Cylindrical-coordinate representation of color #BF939F: hue angle of 343.64º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF939F is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 159 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.25 |
| HSL | 343.64º | 0.26% | 0.66% | - |
| HSV(B) | 343.64º | 0.23% | 0.75% | - |
| XYZ | 38.18 | 34.45 | 37.44 | - |
| YUV | 161.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 159 | 0 | 0.23 | 0.17 | 0.25 | 343.64 | 0.26 | 0.66 |
| Hex | BF | 93 | 9F | 0 | 17 | 11 | 19 | 158 | 1A | 42 |
| Octal | 277 | 223 | 237 | 0 | 27 | 21 | 31 | 530 | 32 | 102 |
| Binary | 10111111 | 10010011 | 10011111 | 0 | 10111 | 10001 | 11001 | 101011000 | 11010 | 1000010 |
Color Harmonies of #BF939F
Complementary color
Monochromatic Colors of #BF939F
Black with #BF939F
Text Example
Text Example
White with #BF939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF939F; }
p { color: rgb(191,147,159); }
H1.HeaderClassName
{
color: #BF939F;
}
.AnyTagClassName
{
color: #BF939F;
}
</style>
background-color css
<style>
a { background-color: #BF939F; }
a { background-color: rgb(191,147,159); }
div.DivClassName
{
background-color: #BF939F;
}
.BgClassName
{
background-color: #BF939F;
}
</style>
border-color css
<style>
span { border-color: #BF939F; }
span { border-color: rgb(191,147,159); }
td.TdClassName
{
border-color: #BF939F;
}
.TagClassName
{
border-color: #BF939F;
}
</style>