Shades of Bouquet #9F7B95
Tints of Bouquet #9F7B95
RGB
CMYK
RGB Variations
Color information
#9F7B95 (or 0x9F7B95) is known color: Bouquet. HEX triplet: 9F, 7B and 95. RGB value is (159,123,149). Sum of RGB (Red+Green+Blue) = 159+123+149=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7B95 is #60846A. Grayscale: #888888. Windows color (decimal): -6325355 or 9796511. OLE color: 9796511.
HSL color Cylindrical-coordinate representation of color #9F7B95: hue angle of 316.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F7B95 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 123 | 149 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.38 |
| HSL | 316.67º | 0.16% | 0.55% | - |
| HSV(B) | 316.67º | 0.23% | 0.62% | - |
| XYZ | 26.81 | 23.71 | 31.6 | - |
| YUV | 136.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 149 | 0 | 0.23 | 0.06 | 0.38 | 316.67 | 0.16 | 0.55 |
| Hex | 9F | 7B | 95 | 0 | 17 | 6 | 26 | 13D | 10 | 37 |
| Octal | 237 | 173 | 225 | 0 | 27 | 6 | 46 | 475 | 20 | 67 |
| Binary | 10011111 | 1111011 | 10010101 | 0 | 10111 | 110 | 100110 | 100111101 | 10000 | 110111 |
Color Harmonies of #9F7B95
Complementary color
Monochromatic Colors of #9F7B95
Black with #9F7B95
Text Example
Text Example
White with #9F7B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7B95; }
p { color: rgb(159,123,149); }
H1.HeaderClassName
{
color: #9F7B95;
}
.AnyTagClassName
{
color: #9F7B95;
}
</style>
background-color css
<style>
a { background-color: #9F7B95; }
a { background-color: rgb(159,123,149); }
div.DivClassName
{
background-color: #9F7B95;
}
.BgClassName
{
background-color: #9F7B95;
}
</style>
border-color css
<style>
span { border-color: #9F7B95; }
span { border-color: rgb(159,123,149); }
td.TdClassName
{
border-color: #9F7B95;
}
.TagClassName
{
border-color: #9F7B95;
}
</style>