Shades of Bouquet #9E8E98
Tints of Bouquet #9E8E98
RGB
CMYK
RGB Variations
Color information
#9E8E98 (or 0x9E8E98) is known color: Bouquet. HEX triplet: 9E, 8E and 98. RGB value is (158,142,152). Sum of RGB (Red+Green+Blue) = 158+142+152=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8E98 is #617167. Grayscale: #939393. Windows color (decimal): -6386024 or 9997982. OLE color: 9997982.
HSL color Cylindrical-coordinate representation of color #9E8E98: hue angle of 322.5º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9E8E98 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 142 | 152 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.38 |
| HSL | 322.5º | 0.08% | 0.59% | - |
| HSV(B) | 322.5º | 0.1% | 0.62% | - |
| XYZ | 29.44 | 28.88 | 33.73 | - |
| YUV | 147.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 142 | 152 | 0 | 0.10 | 0.04 | 0.38 | 322.5 | 0.08 | 0.59 |
| Hex | 9E | 8E | 98 | 0 | A | 4 | 26 | 142 | 8 | 3B |
| Octal | 236 | 216 | 230 | 0 | 12 | 4 | 46 | 502 | 10 | 73 |
| Binary | 10011110 | 10001110 | 10011000 | 0 | 1010 | 100 | 100110 | 101000010 | 1000 | 111011 |
Color Harmonies of #9E8E98
Complementary color
Monochromatic Colors of #9E8E98
Black with #9E8E98
Text Example
Text Example
White with #9E8E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8E98; }
p { color: rgb(158,142,152); }
H1.HeaderClassName
{
color: #9E8E98;
}
.AnyTagClassName
{
color: #9E8E98;
}
</style>
background-color css
<style>
a { background-color: #9E8E98; }
a { background-color: rgb(158,142,152); }
div.DivClassName
{
background-color: #9E8E98;
}
.BgClassName
{
background-color: #9E8E98;
}
</style>
border-color css
<style>
span { border-color: #9E8E98; }
span { border-color: rgb(158,142,152); }
td.TdClassName
{
border-color: #9E8E98;
}
.TagClassName
{
border-color: #9E8E98;
}
</style>