Shades of Bouquet #9E7899
Tints of Bouquet #9E7899
RGB
CMYK
RGB Variations
Color information
#9E7899 (or 0x9E7899) is known color: Bouquet. HEX triplet: 9E, 78 and 99. RGB value is (158,120,153). Sum of RGB (Red+Green+Blue) = 158+120+153=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7899 is #618766. Grayscale: #878787. Windows color (decimal): -6391655 or 10057886. OLE color: 10057886.
HSL color Cylindrical-coordinate representation of color #9E7899: hue angle of 307.89º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E7899 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 120 | 153 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.38 |
| HSL | 307.89º | 0.16% | 0.55% | - |
| HSV(B) | 307.89º | 0.24% | 0.62% | - |
| XYZ | 26.57 | 23 | 33.18 | - |
| YUV | 135.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 120 | 153 | 0 | 0.24 | 0.03 | 0.38 | 307.89 | 0.16 | 0.55 |
| Hex | 9E | 78 | 99 | 0 | 18 | 3 | 26 | 134 | 10 | 37 |
| Octal | 236 | 170 | 231 | 0 | 30 | 3 | 46 | 464 | 20 | 67 |
| Binary | 10011110 | 1111000 | 10011001 | 0 | 11000 | 11 | 100110 | 100110100 | 10000 | 110111 |
Color Harmonies of #9E7899
Complementary color
Monochromatic Colors of #9E7899
Black with #9E7899
Text Example
Text Example
White with #9E7899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7899; }
p { color: rgb(158,120,153); }
H1.HeaderClassName
{
color: #9E7899;
}
.AnyTagClassName
{
color: #9E7899;
}
</style>
background-color css
<style>
a { background-color: #9E7899; }
a { background-color: rgb(158,120,153); }
div.DivClassName
{
background-color: #9E7899;
}
.BgClassName
{
background-color: #9E7899;
}
</style>
border-color css
<style>
span { border-color: #9E7899; }
span { border-color: rgb(158,120,153); }
td.TdClassName
{
border-color: #9E7899;
}
.TagClassName
{
border-color: #9E7899;
}
</style>