Shades of Bouquet #9E7C9A
Tints of Bouquet #9E7C9A
RGB
CMYK
RGB Variations
Color information
#9E7C9A (or 0x9E7C9A) is known color: Bouquet. HEX triplet: 9E, 7C and 9A. RGB value is (158,124,154). Sum of RGB (Red+Green+Blue) = 158+124+154=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7C9A is #618365. Grayscale: #898989. Windows color (decimal): -6390630 or 10124446. OLE color: 10124446.
HSL color Cylindrical-coordinate representation of color #9E7C9A: hue angle of 307.06º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E7C9A is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 124 | 154 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.38 |
| HSL | 307.06º | 0.15% | 0.55% | - |
| HSV(B) | 307.06º | 0.22% | 0.62% | - |
| XYZ | 27.14 | 24.02 | 33.78 | - |
| YUV | 137.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 124 | 154 | 0 | 0.22 | 0.03 | 0.38 | 307.06 | 0.15 | 0.55 |
| Hex | 9E | 7C | 9A | 0 | 16 | 3 | 26 | 133 | F | 37 |
| Octal | 236 | 174 | 232 | 0 | 26 | 3 | 46 | 463 | 17 | 67 |
| Binary | 10011110 | 1111100 | 10011010 | 0 | 10110 | 11 | 100110 | 100110011 | 1111 | 110111 |
Color Harmonies of #9E7C9A
Complementary color
Monochromatic Colors of #9E7C9A
Black with #9E7C9A
Text Example
Text Example
White with #9E7C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7C9A; }
p { color: rgb(158,124,154); }
H1.HeaderClassName
{
color: #9E7C9A;
}
.AnyTagClassName
{
color: #9E7C9A;
}
</style>
background-color css
<style>
a { background-color: #9E7C9A; }
a { background-color: rgb(158,124,154); }
div.DivClassName
{
background-color: #9E7C9A;
}
.BgClassName
{
background-color: #9E7C9A;
}
</style>
border-color css
<style>
span { border-color: #9E7C9A; }
span { border-color: rgb(158,124,154); }
td.TdClassName
{
border-color: #9E7C9A;
}
.TagClassName
{
border-color: #9E7C9A;
}
</style>