Shades of Bouquet #9F8294
Tints of Bouquet #9F8294
RGB
CMYK
RGB Variations
Color information
#9F8294 (or 0x9F8294) is known color: Bouquet. HEX triplet: 9F, 82 and 94. RGB value is (159,130,148). Sum of RGB (Red+Green+Blue) = 159+130+148=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8294 is #607D6B. Grayscale: #8C8C8C. Windows color (decimal): -6323564 or 9732767. OLE color: 9732767.
HSL color Cylindrical-coordinate representation of color #9F8294: hue angle of 322.76º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F8294 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 148 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.38 |
| HSL | 322.76º | 0.13% | 0.57% | - |
| HSV(B) | 322.76º | 0.18% | 0.62% | - |
| XYZ | 27.63 | 25.47 | 31.48 | - |
| YUV | 140.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 148 | 0 | 0.18 | 0.07 | 0.38 | 322.76 | 0.13 | 0.57 |
| Hex | 9F | 82 | 94 | 0 | 12 | 7 | 26 | 143 | D | 39 |
| Octal | 237 | 202 | 224 | 0 | 22 | 7 | 46 | 503 | 15 | 71 |
| Binary | 10011111 | 10000010 | 10010100 | 0 | 10010 | 111 | 100110 | 101000011 | 1101 | 111001 |
Color Harmonies of #9F8294
Complementary color
Monochromatic Colors of #9F8294
Black with #9F8294
Text Example
Text Example
White with #9F8294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8294; }
p { color: rgb(159,130,148); }
H1.HeaderClassName
{
color: #9F8294;
}
.AnyTagClassName
{
color: #9F8294;
}
</style>
background-color css
<style>
a { background-color: #9F8294; }
a { background-color: rgb(159,130,148); }
div.DivClassName
{
background-color: #9F8294;
}
.BgClassName
{
background-color: #9F8294;
}
</style>
border-color css
<style>
span { border-color: #9F8294; }
span { border-color: rgb(159,130,148); }
td.TdClassName
{
border-color: #9F8294;
}
.TagClassName
{
border-color: #9F8294;
}
</style>