Shades of Bouquet #9F8D9A
Tints of Bouquet #9F8D9A
RGB
CMYK
RGB Variations
Color information
#9F8D9A (or 0x9F8D9A) is known color: Bouquet. HEX triplet: 9F, 8D and 9A. RGB value is (159,141,154). Sum of RGB (Red+Green+Blue) = 159+141+154=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8D9A is #607265. Grayscale: #939393. Windows color (decimal): -6320742 or 10128799. OLE color: 10128799.
HSL color Cylindrical-coordinate representation of color #9F8D9A: hue angle of 316.67º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9F8D9A is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 141 | 154 | - |
CMYK | 0 | 0.11 | 0.03 | 0.38 |
HSL | 316.67º | 0.09% | 0.59% | - |
HSV(B) | 316.67º | 0.11% | 0.62% | - |
XYZ | 29.66 | 28.75 | 34.56 | - |
YUV | 147.86 | 131.46 | 135.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 141 | 154 | 0 | 0.11 | 0.03 | 0.38 | 316.67 | 0.09 | 0.59 |
Hex | 9F | 8D | 9A | 0 | B | 3 | 26 | 13D | 9 | 3B |
Octal | 237 | 215 | 232 | 0 | 13 | 3 | 46 | 475 | 11 | 73 |
Binary | 10011111 | 10001101 | 10011010 | 0 | 1011 | 11 | 100110 | 100111101 | 1001 | 111011 |
Color Harmonies of #9F8D9A
Complementary color
Monochromatic Colors of #9F8D9A
Black with #9F8D9A
Text Example
Text Example
White with #9F8D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8D9A; }
p { color: rgb(159,141,154); }
H1.HeaderClassName
{
color: #9F8D9A;
}
.AnyTagClassName
{
color: #9F8D9A;
}
</style>
background-color css
<style>
a { background-color: #9F8D9A; }
a { background-color: rgb(159,141,154); }
div.DivClassName
{
background-color: #9F8D9A;
}
.BgClassName
{
background-color: #9F8D9A;
}
</style>
border-color css
<style>
span { border-color: #9F8D9A; }
span { border-color: rgb(159,141,154); }
td.TdClassName
{
border-color: #9F8D9A;
}
.TagClassName
{
border-color: #9F8D9A;
}
</style>