Shades of Bouquet #9F869B
Tints of Bouquet #9F869B
RGB
CMYK
RGB Variations
Color information
#9F869B (or 0x9F869B) is known color: Bouquet. HEX triplet: 9F, 86 and 9B. RGB value is (159,134,155). Sum of RGB (Red+Green+Blue) = 159+134+155=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 159 - color contains mainly: red. Hex color #9F869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F869B is #607964. Grayscale: #8F8F8F. Windows color (decimal): -6322533 or 10192543. OLE color: 10192543.
HSL color Cylindrical-coordinate representation of color #9F869B: hue angle of 309.6º 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 #9F869B is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 134 | 155 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.38 |
| HSL | 309.6º | 0.12% | 0.57% | - |
| HSV(B) | 309.6º | 0.16% | 0.62% | - |
| XYZ | 28.74 | 26.79 | 34.67 | - |
| YUV | 143.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 155 | 0 | 0.16 | 0.03 | 0.38 | 309.6 | 0.12 | 0.57 |
| Hex | 9F | 86 | 9B | 0 | 10 | 3 | 26 | 136 | C | 39 |
| Octal | 237 | 206 | 233 | 0 | 20 | 3 | 46 | 466 | 14 | 71 |
| Binary | 10011111 | 10000110 | 10011011 | 0 | 10000 | 11 | 100110 | 100110110 | 1100 | 111001 |
Color Harmonies of #9F869B
Complementary color
Monochromatic Colors of #9F869B
Black with #9F869B
Text Example
Text Example
White with #9F869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F869B; }
p { color: rgb(159,134,155); }
H1.HeaderClassName
{
color: #9F869B;
}
.AnyTagClassName
{
color: #9F869B;
}
</style>
background-color css
<style>
a { background-color: #9F869B; }
a { background-color: rgb(159,134,155); }
div.DivClassName
{
background-color: #9F869B;
}
.BgClassName
{
background-color: #9F869B;
}
</style>
border-color css
<style>
span { border-color: #9F869B; }
span { border-color: rgb(159,134,155); }
td.TdClassName
{
border-color: #9F869B;
}
.TagClassName
{
border-color: #9F869B;
}
</style>