Shades of Bouquet #9F8499
Tints of Bouquet #9F8499
RGB
CMYK
RGB Variations
Color information
#9F8499 (or 0x9F8499) is known color: Bouquet. HEX triplet: 9F, 84 and 99. RGB value is (159,132,153). Sum of RGB (Red+Green+Blue) = 159+132+153=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8499 is #607B66. Grayscale: #8E8E8E. Windows color (decimal): -6323047 or 10060959. OLE color: 10060959.
HSL color Cylindrical-coordinate representation of color #9F8499: hue angle of 313.33º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9F8499 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 132 | 153 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.38 |
| HSL | 313.33º | 0.12% | 0.57% | - |
| HSV(B) | 313.33º | 0.17% | 0.62% | - |
| XYZ | 28.3 | 26.17 | 33.7 | - |
| YUV | 142.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 132 | 153 | 0 | 0.17 | 0.04 | 0.38 | 313.33 | 0.12 | 0.57 |
| Hex | 9F | 84 | 99 | 0 | 11 | 4 | 26 | 139 | C | 39 |
| Octal | 237 | 204 | 231 | 0 | 21 | 4 | 46 | 471 | 14 | 71 |
| Binary | 10011111 | 10000100 | 10011001 | 0 | 10001 | 100 | 100110 | 100111001 | 1100 | 111001 |
Color Harmonies of #9F8499
Complementary color
Monochromatic Colors of #9F8499
Black with #9F8499
Text Example
Text Example
White with #9F8499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8499; }
p { color: rgb(159,132,153); }
H1.HeaderClassName
{
color: #9F8499;
}
.AnyTagClassName
{
color: #9F8499;
}
</style>
background-color css
<style>
a { background-color: #9F8499; }
a { background-color: rgb(159,132,153); }
div.DivClassName
{
background-color: #9F8499;
}
.BgClassName
{
background-color: #9F8499;
}
</style>
border-color css
<style>
span { border-color: #9F8499; }
span { border-color: rgb(159,132,153); }
td.TdClassName
{
border-color: #9F8499;
}
.TagClassName
{
border-color: #9F8499;
}
</style>