Shades of Bouquet #9F8C98
Tints of Bouquet #9F8C98
RGB
CMYK
RGB Variations
Color information
#9F8C98 (or 0x9F8C98) is known color: Bouquet. HEX triplet: 9F, 8C and 98. RGB value is (159,140,152). Sum of RGB (Red+Green+Blue) = 159+140+152=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8C98 is #607367. Grayscale: #939393. Windows color (decimal): -6321000 or 9997471. OLE color: 9997471.
HSL color Cylindrical-coordinate representation of color #9F8C98: hue angle of 322.11º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9F8C98 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 140 | 152 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.38 |
| HSL | 322.11º | 0.09% | 0.59% | - |
| HSV(B) | 322.11º | 0.12% | 0.62% | - |
| XYZ | 29.34 | 28.39 | 33.64 | - |
| YUV | 147.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 152 | 0 | 0.12 | 0.04 | 0.38 | 322.11 | 0.09 | 0.59 |
| Hex | 9F | 8C | 98 | 0 | C | 4 | 26 | 142 | 9 | 3B |
| Octal | 237 | 214 | 230 | 0 | 14 | 4 | 46 | 502 | 11 | 73 |
| Binary | 10011111 | 10001100 | 10011000 | 0 | 1100 | 100 | 100110 | 101000010 | 1001 | 111011 |
Color Harmonies of #9F8C98
Complementary color
Monochromatic Colors of #9F8C98
Black with #9F8C98
Text Example
Text Example
White with #9F8C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8C98; }
p { color: rgb(159,140,152); }
H1.HeaderClassName
{
color: #9F8C98;
}
.AnyTagClassName
{
color: #9F8C98;
}
</style>
background-color css
<style>
a { background-color: #9F8C98; }
a { background-color: rgb(159,140,152); }
div.DivClassName
{
background-color: #9F8C98;
}
.BgClassName
{
background-color: #9F8C98;
}
</style>
border-color css
<style>
span { border-color: #9F8C98; }
span { border-color: rgb(159,140,152); }
td.TdClassName
{
border-color: #9F8C98;
}
.TagClassName
{
border-color: #9F8C98;
}
</style>