Shades of Bouquet #9E8598
Tints of Bouquet #9E8598
RGB
CMYK
RGB Variations
Color information
#9E8598 (or 0x9E8598) is known color: Bouquet. HEX triplet: 9E, 85 and 98. RGB value is (158,133,152). Sum of RGB (Red+Green+Blue) = 158+133+152=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8598 is #617A67. Grayscale: #8E8E8E. Windows color (decimal): -6388328 or 9995678. OLE color: 9995678.
HSL color Cylindrical-coordinate representation of color #9E8598: hue angle of 314.4º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9E8598 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 133 | 152 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.38 |
| HSL | 314.4º | 0.11% | 0.57% | - |
| HSV(B) | 314.4º | 0.16% | 0.62% | - |
| XYZ | 28.16 | 26.31 | 33.3 | - |
| YUV | 142.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 152 | 0 | 0.16 | 0.04 | 0.38 | 314.4 | 0.11 | 0.57 |
| Hex | 9E | 85 | 98 | 0 | 10 | 4 | 26 | 13A | B | 39 |
| Octal | 236 | 205 | 230 | 0 | 20 | 4 | 46 | 472 | 13 | 71 |
| Binary | 10011110 | 10000101 | 10011000 | 0 | 10000 | 100 | 100110 | 100111010 | 1011 | 111001 |
Color Harmonies of #9E8598
Complementary color
Monochromatic Colors of #9E8598
Black with #9E8598
Text Example
Text Example
White with #9E8598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8598; }
p { color: rgb(158,133,152); }
H1.HeaderClassName
{
color: #9E8598;
}
.AnyTagClassName
{
color: #9E8598;
}
</style>
background-color css
<style>
a { background-color: #9E8598; }
a { background-color: rgb(158,133,152); }
div.DivClassName
{
background-color: #9E8598;
}
.BgClassName
{
background-color: #9E8598;
}
</style>
border-color css
<style>
span { border-color: #9E8598; }
span { border-color: rgb(158,133,152); }
td.TdClassName
{
border-color: #9E8598;
}
.TagClassName
{
border-color: #9E8598;
}
</style>