Shades of Viola #BF929D
Tints of Viola #BF929D
RGB
CMYK
RGB Variations
Color information
#BF929D (or 0xBF929D) is known color: Viola. HEX triplet: BF, 92 and 9D. RGB value is (191,146,157). Sum of RGB (Red+Green+Blue) = 191+146+157=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF929D is #406D62. Grayscale: #A0A0A0. Windows color (decimal): -4222307 or 10326719. OLE color: 10326719.
HSL color Cylindrical-coordinate representation of color #BF929D: hue angle of 345.33º 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 #BF929D is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 146 | 157 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.25 |
| HSL | 345.33º | 0.26% | 0.66% | - |
| HSV(B) | 345.33º | 0.24% | 0.75% | - |
| XYZ | 37.85 | 34.07 | 36.48 | - |
| YUV | 160.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 157 | 0 | 0.24 | 0.18 | 0.25 | 345.33 | 0.26 | 0.66 |
| Hex | BF | 92 | 9D | 0 | 18 | 12 | 19 | 159 | 1A | 42 |
| Octal | 277 | 222 | 235 | 0 | 30 | 22 | 31 | 531 | 32 | 102 |
| Binary | 10111111 | 10010010 | 10011101 | 0 | 11000 | 10010 | 11001 | 101011001 | 11010 | 1000010 |
Color Harmonies of #BF929D
Complementary color
Monochromatic Colors of #BF929D
Black with #BF929D
Text Example
Text Example
White with #BF929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF929D; }
p { color: rgb(191,146,157); }
H1.HeaderClassName
{
color: #BF929D;
}
.AnyTagClassName
{
color: #BF929D;
}
</style>
background-color css
<style>
a { background-color: #BF929D; }
a { background-color: rgb(191,146,157); }
div.DivClassName
{
background-color: #BF929D;
}
.BgClassName
{
background-color: #BF929D;
}
</style>
border-color css
<style>
span { border-color: #BF929D; }
span { border-color: rgb(191,146,157); }
td.TdClassName
{
border-color: #BF929D;
}
.TagClassName
{
border-color: #BF929D;
}
</style>