Shades of Bouquet #9F879A
Tints of Bouquet #9F879A
RGB
CMYK
RGB Variations
Color information
#9F879A (or 0x9F879A) is known color: Bouquet. HEX triplet: 9F, 87 and 9A. RGB value is (159,135,154). Sum of RGB (Red+Green+Blue) = 159+135+154=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 159 - color contains mainly: red. Hex color #9F879A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F879A is #607865. Grayscale: #909090. Windows color (decimal): -6322278 or 10127263. OLE color: 10127263.
HSL color Cylindrical-coordinate representation of color #9F879A: hue angle of 312.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9F879A is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 154 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.38 |
| HSL | 312.5º | 0.11% | 0.58% | - |
| HSV(B) | 312.5º | 0.15% | 0.62% | - |
| XYZ | 28.79 | 27.03 | 34.27 | - |
| YUV | 144.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 154 | 0 | 0.15 | 0.03 | 0.38 | 312.5 | 0.11 | 0.58 |
| Hex | 9F | 87 | 9A | 0 | F | 3 | 26 | 138 | B | 3A |
| Octal | 237 | 207 | 232 | 0 | 17 | 3 | 46 | 470 | 13 | 72 |
| Binary | 10011111 | 10000111 | 10011010 | 0 | 1111 | 11 | 100110 | 100111000 | 1011 | 111010 |
Color Harmonies of #9F879A
Complementary color
Monochromatic Colors of #9F879A
Black with #9F879A
Text Example
Text Example
White with #9F879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F879A; }
p { color: rgb(159,135,154); }
H1.HeaderClassName
{
color: #9F879A;
}
.AnyTagClassName
{
color: #9F879A;
}
</style>
background-color css
<style>
a { background-color: #9F879A; }
a { background-color: rgb(159,135,154); }
div.DivClassName
{
background-color: #9F879A;
}
.BgClassName
{
background-color: #9F879A;
}
</style>
border-color css
<style>
span { border-color: #9F879A; }
span { border-color: rgb(159,135,154); }
td.TdClassName
{
border-color: #9F879A;
}
.TagClassName
{
border-color: #9F879A;
}
</style>