Shades of Bouquet #9F889A
Tints of Bouquet #9F889A
RGB
CMYK
RGB Variations
Color information
#9F889A (or 0x9F889A) is known color: Bouquet. HEX triplet: 9F, 88 and 9A. RGB value is (159,136,154). Sum of RGB (Red+Green+Blue) = 159+136+154=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 159 - color contains mainly: red. Hex color #9F889A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F889A is #607765. Grayscale: #909090. Windows color (decimal): -6322022 or 10127519. OLE color: 10127519.
HSL color Cylindrical-coordinate representation of color #9F889A: hue angle of 313.04º 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 #9F889A is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 154 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.38 |
| HSL | 313.04º | 0.11% | 0.58% | - |
| HSV(B) | 313.04º | 0.14% | 0.62% | - |
| XYZ | 28.93 | 27.31 | 34.32 | - |
| YUV | 144.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 154 | 0 | 0.14 | 0.03 | 0.38 | 313.04 | 0.11 | 0.58 |
| Hex | 9F | 88 | 9A | 0 | E | 3 | 26 | 139 | B | 3A |
| Octal | 237 | 210 | 232 | 0 | 16 | 3 | 46 | 471 | 13 | 72 |
| Binary | 10011111 | 10001000 | 10011010 | 0 | 1110 | 11 | 100110 | 100111001 | 1011 | 111010 |
Color Harmonies of #9F889A
Complementary color
Monochromatic Colors of #9F889A
Black with #9F889A
Text Example
Text Example
White with #9F889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F889A; }
p { color: rgb(159,136,154); }
H1.HeaderClassName
{
color: #9F889A;
}
.AnyTagClassName
{
color: #9F889A;
}
</style>
background-color css
<style>
a { background-color: #9F889A; }
a { background-color: rgb(159,136,154); }
div.DivClassName
{
background-color: #9F889A;
}
.BgClassName
{
background-color: #9F889A;
}
</style>
border-color css
<style>
span { border-color: #9F889A; }
span { border-color: rgb(159,136,154); }
td.TdClassName
{
border-color: #9F889A;
}
.TagClassName
{
border-color: #9F889A;
}
</style>