Shades of Bouquet #9F8594
Tints of Bouquet #9F8594
RGB
CMYK
RGB Variations
Color information
#9F8594 (or 0x9F8594) is known color: Bouquet. HEX triplet: 9F, 85 and 94. RGB value is (159,133,148). Sum of RGB (Red+Green+Blue) = 159+133+148=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8594 is #607A6B. Grayscale: #8E8E8E. Windows color (decimal): -6322796 or 9733535. OLE color: 9733535.
HSL color Cylindrical-coordinate representation of color #9F8594: hue angle of 325.38º 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 #9F8594 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 133 | 148 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.38 |
| HSL | 325.38º | 0.12% | 0.57% | - |
| HSV(B) | 325.38º | 0.16% | 0.62% | - |
| XYZ | 28.03 | 26.28 | 31.61 | - |
| YUV | 142.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 148 | 0 | 0.16 | 0.07 | 0.38 | 325.38 | 0.12 | 0.57 |
| Hex | 9F | 85 | 94 | 0 | 10 | 7 | 26 | 145 | C | 39 |
| Octal | 237 | 205 | 224 | 0 | 20 | 7 | 46 | 505 | 14 | 71 |
| Binary | 10011111 | 10000101 | 10010100 | 0 | 10000 | 111 | 100110 | 101000101 | 1100 | 111001 |
Color Harmonies of #9F8594
Complementary color
Monochromatic Colors of #9F8594
Black with #9F8594
Text Example
Text Example
White with #9F8594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8594; }
p { color: rgb(159,133,148); }
H1.HeaderClassName
{
color: #9F8594;
}
.AnyTagClassName
{
color: #9F8594;
}
</style>
background-color css
<style>
a { background-color: #9F8594; }
a { background-color: rgb(159,133,148); }
div.DivClassName
{
background-color: #9F8594;
}
.BgClassName
{
background-color: #9F8594;
}
</style>
border-color css
<style>
span { border-color: #9F8594; }
span { border-color: rgb(159,133,148); }
td.TdClassName
{
border-color: #9F8594;
}
.TagClassName
{
border-color: #9F8594;
}
</style>