Shades of Bouquet #9F8599
Tints of Bouquet #9F8599
RGB
CMYK
RGB Variations
Color information
#9F8599 (or 0x9F8599) is known color: Bouquet. HEX triplet: 9F, 85 and 99. RGB value is (159,133,153). Sum of RGB (Red+Green+Blue) = 159+133+153=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8599 is #607A66. Grayscale: #8F8F8F. Windows color (decimal): -6322791 or 10061215. OLE color: 10061215.
HSL color Cylindrical-coordinate representation of color #9F8599: hue angle of 313.85º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9F8599 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 133 | 153 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.38 |
| HSL | 313.85º | 0.12% | 0.57% | - |
| HSV(B) | 313.85º | 0.16% | 0.62% | - |
| XYZ | 28.44 | 26.45 | 33.74 | - |
| YUV | 143.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 153 | 0 | 0.16 | 0.04 | 0.38 | 313.85 | 0.12 | 0.57 |
| Hex | 9F | 85 | 99 | 0 | 10 | 4 | 26 | 13A | C | 39 |
| Octal | 237 | 205 | 231 | 0 | 20 | 4 | 46 | 472 | 14 | 71 |
| Binary | 10011111 | 10000101 | 10011001 | 0 | 10000 | 100 | 100110 | 100111010 | 1100 | 111001 |
Color Harmonies of #9F8599
Complementary color
Monochromatic Colors of #9F8599
Black with #9F8599
Text Example
Text Example
White with #9F8599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8599; }
p { color: rgb(159,133,153); }
H1.HeaderClassName
{
color: #9F8599;
}
.AnyTagClassName
{
color: #9F8599;
}
</style>
background-color css
<style>
a { background-color: #9F8599; }
a { background-color: rgb(159,133,153); }
div.DivClassName
{
background-color: #9F8599;
}
.BgClassName
{
background-color: #9F8599;
}
</style>
border-color css
<style>
span { border-color: #9F8599; }
span { border-color: rgb(159,133,153); }
td.TdClassName
{
border-color: #9F8599;
}
.TagClassName
{
border-color: #9F8599;
}
</style>