Shades of Bouquet #9F8796
Tints of Bouquet #9F8796
RGB
CMYK
RGB Variations
Color information
#9F8796 (or 0x9F8796) is known color: Bouquet. HEX triplet: 9F, 87 and 96. RGB value is (159,135,150). Sum of RGB (Red+Green+Blue) = 159+135+150=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8796 is #607869. Grayscale: #8F8F8F. Windows color (decimal): -6322282 or 9865119. OLE color: 9865119.
HSL color Cylindrical-coordinate representation of color #9F8796: hue angle of 322.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9F8796 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 150 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.38 |
| HSL | 322.5º | 0.11% | 0.58% | - |
| HSV(B) | 322.5º | 0.15% | 0.62% | - |
| XYZ | 28.47 | 26.9 | 32.55 | - |
| YUV | 143.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 150 | 0 | 0.15 | 0.06 | 0.38 | 322.5 | 0.11 | 0.58 |
| Hex | 9F | 87 | 96 | 0 | F | 6 | 26 | 142 | B | 3A |
| Octal | 237 | 207 | 226 | 0 | 17 | 6 | 46 | 502 | 13 | 72 |
| Binary | 10011111 | 10000111 | 10010110 | 0 | 1111 | 110 | 100110 | 101000010 | 1011 | 111010 |
Color Harmonies of #9F8796
Complementary color
Monochromatic Colors of #9F8796
Black with #9F8796
Text Example
Text Example
White with #9F8796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8796; }
p { color: rgb(159,135,150); }
H1.HeaderClassName
{
color: #9F8796;
}
.AnyTagClassName
{
color: #9F8796;
}
</style>
background-color css
<style>
a { background-color: #9F8796; }
a { background-color: rgb(159,135,150); }
div.DivClassName
{
background-color: #9F8796;
}
.BgClassName
{
background-color: #9F8796;
}
</style>
border-color css
<style>
span { border-color: #9F8796; }
span { border-color: rgb(159,135,150); }
td.TdClassName
{
border-color: #9F8796;
}
.TagClassName
{
border-color: #9F8796;
}
</style>