Shades of Bouquet #9F8598
Tints of Bouquet #9F8598
RGB
CMYK
RGB Variations
Color information
#9F8598 (or 0x9F8598) is known color: Bouquet. HEX triplet: 9F, 85 and 98. RGB value is (159,133,152). Sum of RGB (Red+Green+Blue) = 159+133+152=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8598 is #607A67. Grayscale: #8E8E8E. Windows color (decimal): -6322792 or 9995679. OLE color: 9995679.
HSL color Cylindrical-coordinate representation of color #9F8598: hue angle of 316.15º 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 #9F8598 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 133 | 152 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.38 |
| HSL | 316.15º | 0.12% | 0.57% | - |
| HSV(B) | 316.15º | 0.16% | 0.62% | - |
| XYZ | 28.35 | 26.41 | 33.31 | - |
| YUV | 142.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 152 | 0 | 0.16 | 0.04 | 0.38 | 316.15 | 0.12 | 0.57 |
| Hex | 9F | 85 | 98 | 0 | 10 | 4 | 26 | 13C | C | 39 |
| Octal | 237 | 205 | 230 | 0 | 20 | 4 | 46 | 474 | 14 | 71 |
| Binary | 10011111 | 10000101 | 10011000 | 0 | 10000 | 100 | 100110 | 100111100 | 1100 | 111001 |
Color Harmonies of #9F8598
Complementary color
Monochromatic Colors of #9F8598
Black with #9F8598
Text Example
Text Example
White with #9F8598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8598; }
p { color: rgb(159,133,152); }
H1.HeaderClassName
{
color: #9F8598;
}
.AnyTagClassName
{
color: #9F8598;
}
</style>
background-color css
<style>
a { background-color: #9F8598; }
a { background-color: rgb(159,133,152); }
div.DivClassName
{
background-color: #9F8598;
}
.BgClassName
{
background-color: #9F8598;
}
</style>
border-color css
<style>
span { border-color: #9F8598; }
span { border-color: rgb(159,133,152); }
td.TdClassName
{
border-color: #9F8598;
}
.TagClassName
{
border-color: #9F8598;
}
</style>