Shades of Viola #BF919D
Tints of Viola #BF919D
RGB
CMYK
RGB Variations
Color information
#BF919D (or 0xBF919D) is known color: Viola. HEX triplet: BF, 91 and 9D. RGB value is (191,145,157). Sum of RGB (Red+Green+Blue) = 191+145+157=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BF919D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF919D is #406E62. Grayscale: #A0A0A0. Windows color (decimal): -4222563 or 10326463. OLE color: 10326463.
HSL color Cylindrical-coordinate representation of color #BF919D: hue angle of 344.35º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF919D is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 157 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.25 |
| HSL | 344.35º | 0.26% | 0.66% | - |
| HSV(B) | 344.35º | 0.24% | 0.75% | - |
| XYZ | 37.7 | 33.76 | 36.43 | - |
| YUV | 160.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 157 | 0 | 0.24 | 0.18 | 0.25 | 344.35 | 0.26 | 0.66 |
| Hex | BF | 91 | 9D | 0 | 18 | 12 | 19 | 158 | 1A | 42 |
| Octal | 277 | 221 | 235 | 0 | 30 | 22 | 31 | 530 | 32 | 102 |
| Binary | 10111111 | 10010001 | 10011101 | 0 | 11000 | 10010 | 11001 | 101011000 | 11010 | 1000010 |
Color Harmonies of #BF919D
Complementary color
Monochromatic Colors of #BF919D
Black with #BF919D
Text Example
Text Example
White with #BF919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF919D; }
p { color: rgb(191,145,157); }
H1.HeaderClassName
{
color: #BF919D;
}
.AnyTagClassName
{
color: #BF919D;
}
</style>
background-color css
<style>
a { background-color: #BF919D; }
a { background-color: rgb(191,145,157); }
div.DivClassName
{
background-color: #BF919D;
}
.BgClassName
{
background-color: #BF919D;
}
</style>
border-color css
<style>
span { border-color: #BF919D; }
span { border-color: rgb(191,145,157); }
td.TdClassName
{
border-color: #BF919D;
}
.TagClassName
{
border-color: #BF919D;
}
</style>