Shades of Bouquet #9F8397
Tints of Bouquet #9F8397
RGB
CMYK
RGB Variations
Color information
#9F8397 (or 0x9F8397) is known color: Bouquet. HEX triplet: 9F, 83 and 97. RGB value is (159,131,151). Sum of RGB (Red+Green+Blue) = 159+131+151=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8397 is #607C68. Grayscale: #8D8D8D. Windows color (decimal): -6323305 or 9929631. OLE color: 9929631.
HSL color Cylindrical-coordinate representation of color #9F8397: hue angle of 317.14º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F8397 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 131 | 151 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.38 |
| HSL | 317.14º | 0.13% | 0.57% | - |
| HSV(B) | 317.14º | 0.18% | 0.62% | - |
| XYZ | 28 | 25.84 | 32.79 | - |
| YUV | 141.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 131 | 151 | 0 | 0.18 | 0.05 | 0.38 | 317.14 | 0.13 | 0.57 |
| Hex | 9F | 83 | 97 | 0 | 12 | 5 | 26 | 13D | D | 39 |
| Octal | 237 | 203 | 227 | 0 | 22 | 5 | 46 | 475 | 15 | 71 |
| Binary | 10011111 | 10000011 | 10010111 | 0 | 10010 | 101 | 100110 | 100111101 | 1101 | 111001 |
Color Harmonies of #9F8397
Complementary color
Monochromatic Colors of #9F8397
Black with #9F8397
Text Example
Text Example
White with #9F8397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8397; }
p { color: rgb(159,131,151); }
H1.HeaderClassName
{
color: #9F8397;
}
.AnyTagClassName
{
color: #9F8397;
}
</style>
background-color css
<style>
a { background-color: #9F8397; }
a { background-color: rgb(159,131,151); }
div.DivClassName
{
background-color: #9F8397;
}
.BgClassName
{
background-color: #9F8397;
}
</style>
border-color css
<style>
span { border-color: #9F8397; }
span { border-color: rgb(159,131,151); }
td.TdClassName
{
border-color: #9F8397;
}
.TagClassName
{
border-color: #9F8397;
}
</style>