Shades of Bouquet #9F8C9A
Tints of Bouquet #9F8C9A
RGB
CMYK
RGB Variations
Color information
#9F8C9A (or 0x9F8C9A) is known color: Bouquet. HEX triplet: 9F, 8C and 9A. RGB value is (159,140,154). Sum of RGB (Red+Green+Blue) = 159+140+154=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8C9A is #607365. Grayscale: #939393. Windows color (decimal): -6320998 or 10128543. OLE color: 10128543.
HSL color Cylindrical-coordinate representation of color #9F8C9A: hue angle of 315.79º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9F8C9A is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 140 | 154 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.38 |
| HSL | 315.79º | 0.09% | 0.59% | - |
| HSV(B) | 315.79º | 0.12% | 0.62% | - |
| XYZ | 29.51 | 28.46 | 34.51 | - |
| YUV | 147.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 154 | 0 | 0.12 | 0.03 | 0.38 | 315.79 | 0.09 | 0.59 |
| Hex | 9F | 8C | 9A | 0 | C | 3 | 26 | 13C | 9 | 3B |
| Octal | 237 | 214 | 232 | 0 | 14 | 3 | 46 | 474 | 11 | 73 |
| Binary | 10011111 | 10001100 | 10011010 | 0 | 1100 | 11 | 100110 | 100111100 | 1001 | 111011 |
Color Harmonies of #9F8C9A
Complementary color
Monochromatic Colors of #9F8C9A
Black with #9F8C9A
Text Example
Text Example
White with #9F8C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8C9A; }
p { color: rgb(159,140,154); }
H1.HeaderClassName
{
color: #9F8C9A;
}
.AnyTagClassName
{
color: #9F8C9A;
}
</style>
background-color css
<style>
a { background-color: #9F8C9A; }
a { background-color: rgb(159,140,154); }
div.DivClassName
{
background-color: #9F8C9A;
}
.BgClassName
{
background-color: #9F8C9A;
}
</style>
border-color css
<style>
span { border-color: #9F8C9A; }
span { border-color: rgb(159,140,154); }
td.TdClassName
{
border-color: #9F8C9A;
}
.TagClassName
{
border-color: #9F8C9A;
}
</style>