Shades of Bouquet #9F7999
Tints of Bouquet #9F7999
RGB
CMYK
RGB Variations
Color information
#9F7999 (or 0x9F7999) is known color: Bouquet. HEX triplet: 9F, 79 and 99. RGB value is (159,121,153). Sum of RGB (Red+Green+Blue) = 159+121+153=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7999 is #608666. Grayscale: #878787. Windows color (decimal): -6325863 or 10058143. OLE color: 10058143.
HSL color Cylindrical-coordinate representation of color #9F7999: hue angle of 309.47º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F7999 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 121 | 153 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.38 |
| HSL | 309.47º | 0.17% | 0.55% | - |
| HSV(B) | 309.47º | 0.24% | 0.62% | - |
| XYZ | 26.89 | 23.35 | 33.23 | - |
| YUV | 136.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 121 | 153 | 0 | 0.24 | 0.04 | 0.38 | 309.47 | 0.17 | 0.55 |
| Hex | 9F | 79 | 99 | 0 | 18 | 4 | 26 | 135 | 11 | 37 |
| Octal | 237 | 171 | 231 | 0 | 30 | 4 | 46 | 465 | 21 | 67 |
| Binary | 10011111 | 1111001 | 10011001 | 0 | 11000 | 100 | 100110 | 100110101 | 10001 | 110111 |
Color Harmonies of #9F7999
Complementary color
Monochromatic Colors of #9F7999
Black with #9F7999
Text Example
Text Example
White with #9F7999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7999; }
p { color: rgb(159,121,153); }
H1.HeaderClassName
{
color: #9F7999;
}
.AnyTagClassName
{
color: #9F7999;
}
</style>
background-color css
<style>
a { background-color: #9F7999; }
a { background-color: rgb(159,121,153); }
div.DivClassName
{
background-color: #9F7999;
}
.BgClassName
{
background-color: #9F7999;
}
</style>
border-color css
<style>
span { border-color: #9F7999; }
span { border-color: rgb(159,121,153); }
td.TdClassName
{
border-color: #9F7999;
}
.TagClassName
{
border-color: #9F7999;
}
</style>