Shades of Bouquet #9E8995
Tints of Bouquet #9E8995
RGB
CMYK
RGB Variations
Color information
#9E8995 (or 0x9E8995) is known color: Bouquet. HEX triplet: 9E, 89 and 95. RGB value is (158,137,149). Sum of RGB (Red+Green+Blue) = 158+137+149=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8995 is #61766A. Grayscale: #909090. Windows color (decimal): -6387307 or 9800094. OLE color: 9800094.
HSL color Cylindrical-coordinate representation of color #9E8995: hue angle of 325.71º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9E8995 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 137 | 149 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.38 |
| HSL | 325.71º | 0.1% | 0.58% | - |
| HSV(B) | 325.71º | 0.13% | 0.62% | - |
| XYZ | 28.47 | 27.33 | 32.21 | - |
| YUV | 144.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 137 | 149 | 0 | 0.13 | 0.06 | 0.38 | 325.71 | 0.1 | 0.58 |
| Hex | 9E | 89 | 95 | 0 | D | 6 | 26 | 146 | A | 3A |
| Octal | 236 | 211 | 225 | 0 | 15 | 6 | 46 | 506 | 12 | 72 |
| Binary | 10011110 | 10001001 | 10010101 | 0 | 1101 | 110 | 100110 | 101000110 | 1010 | 111010 |
Color Harmonies of #9E8995
Complementary color
Monochromatic Colors of #9E8995
Black with #9E8995
Text Example
Text Example
White with #9E8995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8995; }
p { color: rgb(158,137,149); }
H1.HeaderClassName
{
color: #9E8995;
}
.AnyTagClassName
{
color: #9E8995;
}
</style>
background-color css
<style>
a { background-color: #9E8995; }
a { background-color: rgb(158,137,149); }
div.DivClassName
{
background-color: #9E8995;
}
.BgClassName
{
background-color: #9E8995;
}
</style>
border-color css
<style>
span { border-color: #9E8995; }
span { border-color: rgb(158,137,149); }
td.TdClassName
{
border-color: #9E8995;
}
.TagClassName
{
border-color: #9E8995;
}
</style>