Shades of Bouquet #9E8594
Tints of Bouquet #9E8594
RGB
CMYK
RGB Variations
Color information
#9E8594 (or 0x9E8594) is known color: Bouquet. HEX triplet: 9E, 85 and 94. RGB value is (158,133,148). Sum of RGB (Red+Green+Blue) = 158+133+148=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8594 is #617A6B. Grayscale: #8E8E8E. Windows color (decimal): -6388332 or 9733534. OLE color: 9733534.
HSL color Cylindrical-coordinate representation of color #9E8594: hue angle of 324º 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 #9E8594 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 133 | 148 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.38 |
| HSL | 324º | 0.11% | 0.57% | - |
| HSV(B) | 324º | 0.16% | 0.62% | - |
| XYZ | 27.83 | 26.18 | 31.6 | - |
| YUV | 142.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 148 | 0 | 0.16 | 0.06 | 0.38 | 324 | 0.11 | 0.57 |
| Hex | 9E | 85 | 94 | 0 | 10 | 6 | 26 | 144 | B | 39 |
| Octal | 236 | 205 | 224 | 0 | 20 | 6 | 46 | 504 | 13 | 71 |
| Binary | 10011110 | 10000101 | 10010100 | 0 | 10000 | 110 | 100110 | 101000100 | 1011 | 111001 |
Color Harmonies of #9E8594
Complementary color
Monochromatic Colors of #9E8594
Black with #9E8594
Text Example
Text Example
White with #9E8594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8594; }
p { color: rgb(158,133,148); }
H1.HeaderClassName
{
color: #9E8594;
}
.AnyTagClassName
{
color: #9E8594;
}
</style>
background-color css
<style>
a { background-color: #9E8594; }
a { background-color: rgb(158,133,148); }
div.DivClassName
{
background-color: #9E8594;
}
.BgClassName
{
background-color: #9E8594;
}
</style>
border-color css
<style>
span { border-color: #9E8594; }
span { border-color: rgb(158,133,148); }
td.TdClassName
{
border-color: #9E8594;
}
.TagClassName
{
border-color: #9E8594;
}
</style>