Shades of Bouquet #9F8895
Tints of Bouquet #9F8895
RGB
CMYK
RGB Variations
Color information
#9F8895 (or 0x9F8895) is known color: Bouquet. HEX triplet: 9F, 88 and 95. RGB value is (159,136,149). Sum of RGB (Red+Green+Blue) = 159+136+149=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8895 is #60776A. Grayscale: #909090. Windows color (decimal): -6322027 or 9799839. OLE color: 9799839.
HSL color Cylindrical-coordinate representation of color #9F8895: hue angle of 326.09º degrees, saturation: 0.11, 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 #9F8895 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 149 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.38 |
| HSL | 326.09º | 0.11% | 0.58% | - |
| HSV(B) | 326.09º | 0.14% | 0.62% | - |
| XYZ | 28.53 | 27.15 | 32.17 | - |
| YUV | 144.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 149 | 0 | 0.14 | 0.06 | 0.38 | 326.09 | 0.11 | 0.58 |
| Hex | 9F | 88 | 95 | 0 | E | 6 | 26 | 146 | B | 3A |
| Octal | 237 | 210 | 225 | 0 | 16 | 6 | 46 | 506 | 13 | 72 |
| Binary | 10011111 | 10001000 | 10010101 | 0 | 1110 | 110 | 100110 | 101000110 | 1011 | 111010 |
Color Harmonies of #9F8895
Complementary color
Monochromatic Colors of #9F8895
Black with #9F8895
Text Example
Text Example
White with #9F8895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8895; }
p { color: rgb(159,136,149); }
H1.HeaderClassName
{
color: #9F8895;
}
.AnyTagClassName
{
color: #9F8895;
}
</style>
background-color css
<style>
a { background-color: #9F8895; }
a { background-color: rgb(159,136,149); }
div.DivClassName
{
background-color: #9F8895;
}
.BgClassName
{
background-color: #9F8895;
}
</style>
border-color css
<style>
span { border-color: #9F8895; }
span { border-color: rgb(159,136,149); }
td.TdClassName
{
border-color: #9F8895;
}
.TagClassName
{
border-color: #9F8895;
}
</style>