Shades of Bouquet #9F8997
Tints of Bouquet #9F8997
RGB
CMYK
RGB Variations
Color information
#9F8997 (or 0x9F8997) is known color: Bouquet. HEX triplet: 9F, 89 and 97. RGB value is (159,137,151). Sum of RGB (Red+Green+Blue) = 159+137+151=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8997 is #607668. Grayscale: #919191. Windows color (decimal): -6321769 or 9931167. OLE color: 9931167.
HSL color Cylindrical-coordinate representation of color #9F8997: hue angle of 321.82º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F8997 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 137 | 151 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.38 |
| HSL | 321.82º | 0.1% | 0.58% | - |
| HSV(B) | 321.82º | 0.14% | 0.62% | - |
| XYZ | 28.83 | 27.5 | 33.07 | - |
| YUV | 145.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 151 | 0 | 0.14 | 0.05 | 0.38 | 321.82 | 0.1 | 0.58 |
| Hex | 9F | 89 | 97 | 0 | E | 5 | 26 | 142 | A | 3A |
| Octal | 237 | 211 | 227 | 0 | 16 | 5 | 46 | 502 | 12 | 72 |
| Binary | 10011111 | 10001001 | 10010111 | 0 | 1110 | 101 | 100110 | 101000010 | 1010 | 111010 |
Color Harmonies of #9F8997
Complementary color
Monochromatic Colors of #9F8997
Black with #9F8997
Text Example
Text Example
White with #9F8997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8997; }
p { color: rgb(159,137,151); }
H1.HeaderClassName
{
color: #9F8997;
}
.AnyTagClassName
{
color: #9F8997;
}
</style>
background-color css
<style>
a { background-color: #9F8997; }
a { background-color: rgb(159,137,151); }
div.DivClassName
{
background-color: #9F8997;
}
.BgClassName
{
background-color: #9F8997;
}
</style>
border-color css
<style>
span { border-color: #9F8997; }
span { border-color: rgb(159,137,151); }
td.TdClassName
{
border-color: #9F8997;
}
.TagClassName
{
border-color: #9F8997;
}
</style>