Shades of Bouquet #9F859B
Tints of Bouquet #9F859B
RGB
CMYK
RGB Variations
Color information
#9F859B (or 0x9F859B) is known color: Bouquet. HEX triplet: 9F, 85 and 9B. RGB value is (159,133,155). Sum of RGB (Red+Green+Blue) = 159+133+155=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 159 - color contains mainly: red. Hex color #9F859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F859B is #607A64. Grayscale: #8F8F8F. Windows color (decimal): -6322789 or 10192287. OLE color: 10192287.
HSL color Cylindrical-coordinate representation of color #9F859B: hue angle of 309.23º 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 #9F859B is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 133 | 155 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.38 |
| HSL | 309.23º | 0.12% | 0.57% | - |
| HSV(B) | 309.23º | 0.16% | 0.62% | - |
| XYZ | 28.6 | 26.51 | 34.62 | - |
| YUV | 143.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 155 | 0 | 0.16 | 0.03 | 0.38 | 309.23 | 0.12 | 0.57 |
| Hex | 9F | 85 | 9B | 0 | 10 | 3 | 26 | 135 | C | 39 |
| Octal | 237 | 205 | 233 | 0 | 20 | 3 | 46 | 465 | 14 | 71 |
| Binary | 10011111 | 10000101 | 10011011 | 0 | 10000 | 11 | 100110 | 100110101 | 1100 | 111001 |
Color Harmonies of #9F859B
Complementary color
Monochromatic Colors of #9F859B
Black with #9F859B
Text Example
Text Example
White with #9F859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F859B; }
p { color: rgb(159,133,155); }
H1.HeaderClassName
{
color: #9F859B;
}
.AnyTagClassName
{
color: #9F859B;
}
</style>
background-color css
<style>
a { background-color: #9F859B; }
a { background-color: rgb(159,133,155); }
div.DivClassName
{
background-color: #9F859B;
}
.BgClassName
{
background-color: #9F859B;
}
</style>
border-color css
<style>
span { border-color: #9F859B; }
span { border-color: rgb(159,133,155); }
td.TdClassName
{
border-color: #9F859B;
}
.TagClassName
{
border-color: #9F859B;
}
</style>