Shades of Bouquet #9F8995
Tints of Bouquet #9F8995
RGB
CMYK
RGB Variations
Color information
#9F8995 (or 0x9F8995) is known color: Bouquet. HEX triplet: 9F, 89 and 95. RGB value is (159,137,149). Sum of RGB (Red+Green+Blue) = 159+137+149=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8995 is #60766A. Grayscale: #909090. Windows color (decimal): -6321771 or 9800095. OLE color: 9800095.
HSL color Cylindrical-coordinate representation of color #9F8995: hue angle of 327.27º 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 #9F8995 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 137 | 149 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.38 |
| HSL | 327.27º | 0.1% | 0.58% | - |
| HSV(B) | 327.27º | 0.14% | 0.62% | - |
| XYZ | 28.67 | 27.43 | 32.22 | - |
| YUV | 144.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 149 | 0 | 0.14 | 0.06 | 0.38 | 327.27 | 0.1 | 0.58 |
| Hex | 9F | 89 | 95 | 0 | E | 6 | 26 | 147 | A | 3A |
| Octal | 237 | 211 | 225 | 0 | 16 | 6 | 46 | 507 | 12 | 72 |
| Binary | 10011111 | 10001001 | 10010101 | 0 | 1110 | 110 | 100110 | 101000111 | 1010 | 111010 |
Color Harmonies of #9F8995
Complementary color
Monochromatic Colors of #9F8995
Black with #9F8995
Text Example
Text Example
White with #9F8995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8995; }
p { color: rgb(159,137,149); }
H1.HeaderClassName
{
color: #9F8995;
}
.AnyTagClassName
{
color: #9F8995;
}
</style>
background-color css
<style>
a { background-color: #9F8995; }
a { background-color: rgb(159,137,149); }
div.DivClassName
{
background-color: #9F8995;
}
.BgClassName
{
background-color: #9F8995;
}
</style>
border-color css
<style>
span { border-color: #9F8995; }
span { border-color: rgb(159,137,149); }
td.TdClassName
{
border-color: #9F8995;
}
.TagClassName
{
border-color: #9F8995;
}
</style>