Shades of Bouquet #9E7898
Tints of Bouquet #9E7898
RGB
CMYK
RGB Variations
Color information
#9E7898 (or 0x9E7898) is known color: Bouquet. HEX triplet: 9E, 78 and 98. RGB value is (158,120,152). Sum of RGB (Red+Green+Blue) = 158+120+152=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7898 is #618767. Grayscale: #868686. Windows color (decimal): -6391656 or 9992350. OLE color: 9992350.
HSL color Cylindrical-coordinate representation of color #9E7898: hue angle of 309.47º 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 #9E7898 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 120 | 152 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.38 |
| HSL | 309.47º | 0.16% | 0.55% | - |
| HSV(B) | 309.47º | 0.24% | 0.62% | - |
| XYZ | 26.48 | 22.97 | 32.74 | - |
| YUV | 135.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 120 | 152 | 0 | 0.24 | 0.04 | 0.38 | 309.47 | 0.16 | 0.55 |
| Hex | 9E | 78 | 98 | 0 | 18 | 4 | 26 | 135 | 10 | 37 |
| Octal | 236 | 170 | 230 | 0 | 30 | 4 | 46 | 465 | 20 | 67 |
| Binary | 10011110 | 1111000 | 10011000 | 0 | 11000 | 100 | 100110 | 100110101 | 10000 | 110111 |
Color Harmonies of #9E7898
Complementary color
Monochromatic Colors of #9E7898
Black with #9E7898
Text Example
Text Example
White with #9E7898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7898; }
p { color: rgb(158,120,152); }
H1.HeaderClassName
{
color: #9E7898;
}
.AnyTagClassName
{
color: #9E7898;
}
</style>
background-color css
<style>
a { background-color: #9E7898; }
a { background-color: rgb(158,120,152); }
div.DivClassName
{
background-color: #9E7898;
}
.BgClassName
{
background-color: #9E7898;
}
</style>
border-color css
<style>
span { border-color: #9E7898; }
span { border-color: rgb(158,120,152); }
td.TdClassName
{
border-color: #9E7898;
}
.TagClassName
{
border-color: #9E7898;
}
</style>