Shades of Bouquet #9E8699
Tints of Bouquet #9E8699
RGB
CMYK
RGB Variations
Color information
#9E8699 (or 0x9E8699) is known color: Bouquet. HEX triplet: 9E, 86 and 99. RGB value is (158,134,153). Sum of RGB (Red+Green+Blue) = 158+134+153=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8699 is #617966. Grayscale: #8F8F8F. Windows color (decimal): -6388071 or 10061470. OLE color: 10061470.
HSL color Cylindrical-coordinate representation of color #9E8699: hue angle of 312.5º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9E8699 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 134 | 153 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.38 |
| HSL | 312.5º | 0.11% | 0.57% | - |
| HSV(B) | 312.5º | 0.15% | 0.62% | - |
| XYZ | 28.38 | 26.62 | 33.78 | - |
| YUV | 143.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 134 | 153 | 0 | 0.15 | 0.03 | 0.38 | 312.5 | 0.11 | 0.57 |
| Hex | 9E | 86 | 99 | 0 | F | 3 | 26 | 138 | B | 39 |
| Octal | 236 | 206 | 231 | 0 | 17 | 3 | 46 | 470 | 13 | 71 |
| Binary | 10011110 | 10000110 | 10011001 | 0 | 1111 | 11 | 100110 | 100111000 | 1011 | 111001 |
Color Harmonies of #9E8699
Complementary color
Monochromatic Colors of #9E8699
Black with #9E8699
Text Example
Text Example
White with #9E8699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8699; }
p { color: rgb(158,134,153); }
H1.HeaderClassName
{
color: #9E8699;
}
.AnyTagClassName
{
color: #9E8699;
}
</style>
background-color css
<style>
a { background-color: #9E8699; }
a { background-color: rgb(158,134,153); }
div.DivClassName
{
background-color: #9E8699;
}
.BgClassName
{
background-color: #9E8699;
}
</style>
border-color css
<style>
span { border-color: #9E8699; }
span { border-color: rgb(158,134,153); }
td.TdClassName
{
border-color: #9E8699;
}
.TagClassName
{
border-color: #9E8699;
}
</style>