Shades of Viola #B97F97
Tints of Viola #B97F97
RGB
CMYK
RGB Variations
Color information
#B97F97 (or 0xB97F97) is known color: Viola. HEX triplet: B9, 7F and 97. RGB value is (185,127,151). Sum of RGB (Red+Green+Blue) = 185+127+151=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97F97 is #468068. Grayscale: #939393. Windows color (decimal): -4620393 or 9928633. OLE color: 9928633.
HSL color Cylindrical-coordinate representation of color #B97F97: hue angle of 335.17º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B97F97 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 127 | 151 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.27 |
| HSL | 335.17º | 0.29% | 0.61% | - |
| HSV(B) | 335.17º | 0.31% | 0.73% | - |
| XYZ | 33.18 | 27.73 | 32.88 | - |
| YUV | 147.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 127 | 151 | 0 | 0.31 | 0.18 | 0.27 | 335.17 | 0.29 | 0.61 |
| Hex | B9 | 7F | 97 | 0 | 1F | 12 | 1B | 14F | 1D | 3D |
| Octal | 271 | 177 | 227 | 0 | 37 | 22 | 33 | 517 | 35 | 75 |
| Binary | 10111001 | 1111111 | 10010111 | 0 | 11111 | 10010 | 11011 | 101001111 | 11101 | 111101 |
Color Harmonies of #B97F97
Complementary color
Monochromatic Colors of #B97F97
Black with #B97F97
Text Example
Text Example
White with #B97F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97F97; }
p { color: rgb(185,127,151); }
H1.HeaderClassName
{
color: #B97F97;
}
.AnyTagClassName
{
color: #B97F97;
}
</style>
background-color css
<style>
a { background-color: #B97F97; }
a { background-color: rgb(185,127,151); }
div.DivClassName
{
background-color: #B97F97;
}
.BgClassName
{
background-color: #B97F97;
}
</style>
border-color css
<style>
span { border-color: #B97F97; }
span { border-color: rgb(185,127,151); }
td.TdClassName
{
border-color: #B97F97;
}
.TagClassName
{
border-color: #B97F97;
}
</style>