Shades of Bouquet #9F859C
Tints of Bouquet #9F859C
RGB
CMYK
RGB Variations
Color information
#9F859C (or 0x9F859C) is known color: Bouquet. HEX triplet: 9F, 85 and 9C. RGB value is (159,133,156). Sum of RGB (Red+Green+Blue) = 159+133+156=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 159 - color contains mainly: red. Hex color #9F859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F859C is #607A63. Grayscale: #8F8F8F. Windows color (decimal): -6322788 or 10257823. OLE color: 10257823.
HSL color Cylindrical-coordinate representation of color #9F859C: hue angle of 306.92º 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 #9F859C is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 133 | 156 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.38 |
| HSL | 306.92º | 0.12% | 0.57% | - |
| HSV(B) | 306.92º | 0.16% | 0.62% | - |
| XYZ | 28.69 | 26.55 | 35.06 | - |
| YUV | 143.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 156 | 0 | 0.16 | 0.02 | 0.38 | 306.92 | 0.12 | 0.57 |
| Hex | 9F | 85 | 9C | 0 | 10 | 2 | 26 | 133 | C | 39 |
| Octal | 237 | 205 | 234 | 0 | 20 | 2 | 46 | 463 | 14 | 71 |
| Binary | 10011111 | 10000101 | 10011100 | 0 | 10000 | 10 | 100110 | 100110011 | 1100 | 111001 |
Color Harmonies of #9F859C
Complementary color
Monochromatic Colors of #9F859C
Black with #9F859C
Text Example
Text Example
White with #9F859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F859C; }
p { color: rgb(159,133,156); }
H1.HeaderClassName
{
color: #9F859C;
}
.AnyTagClassName
{
color: #9F859C;
}
</style>
background-color css
<style>
a { background-color: #9F859C; }
a { background-color: rgb(159,133,156); }
div.DivClassName
{
background-color: #9F859C;
}
.BgClassName
{
background-color: #9F859C;
}
</style>
border-color css
<style>
span { border-color: #9F859C; }
span { border-color: rgb(159,133,156); }
td.TdClassName
{
border-color: #9F859C;
}
.TagClassName
{
border-color: #9F859C;
}
</style>