Shades of Bouquet #9F799A
Tints of Bouquet #9F799A
RGB
CMYK
RGB Variations
Color information
#9F799A (or 0x9F799A) is known color: Bouquet. HEX triplet: 9F, 79 and 9A. RGB value is (159,121,154). Sum of RGB (Red+Green+Blue) = 159+121+154=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 159 - color contains mainly: red. Hex color #9F799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F799A is #608665. Grayscale: #888888. Windows color (decimal): -6325862 or 10123679. OLE color: 10123679.
HSL color Cylindrical-coordinate representation of color #9F799A: hue angle of 307.89º 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 #9F799A is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 121 | 154 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.38 |
| HSL | 307.89º | 0.17% | 0.55% | - |
| HSV(B) | 307.89º | 0.24% | 0.62% | - |
| XYZ | 26.97 | 23.38 | 33.66 | - |
| YUV | 136.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 121 | 154 | 0 | 0.24 | 0.03 | 0.38 | 307.89 | 0.17 | 0.55 |
| Hex | 9F | 79 | 9A | 0 | 18 | 3 | 26 | 134 | 11 | 37 |
| Octal | 237 | 171 | 232 | 0 | 30 | 3 | 46 | 464 | 21 | 67 |
| Binary | 10011111 | 1111001 | 10011010 | 0 | 11000 | 11 | 100110 | 100110100 | 10001 | 110111 |
Color Harmonies of #9F799A
Complementary color
Monochromatic Colors of #9F799A
Black with #9F799A
Text Example
Text Example
White with #9F799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F799A; }
p { color: rgb(159,121,154); }
H1.HeaderClassName
{
color: #9F799A;
}
.AnyTagClassName
{
color: #9F799A;
}
</style>
background-color css
<style>
a { background-color: #9F799A; }
a { background-color: rgb(159,121,154); }
div.DivClassName
{
background-color: #9F799A;
}
.BgClassName
{
background-color: #9F799A;
}
</style>
border-color css
<style>
span { border-color: #9F799A; }
span { border-color: rgb(159,121,154); }
td.TdClassName
{
border-color: #9F799A;
}
.TagClassName
{
border-color: #9F799A;
}
</style>