Shades of Bouquet #9E7D9A
Tints of Bouquet #9E7D9A
RGB
CMYK
RGB Variations
Color information
#9E7D9A (or 0x9E7D9A) is known color: Bouquet. HEX triplet: 9E, 7D and 9A. RGB value is (158,125,154). Sum of RGB (Red+Green+Blue) = 158+125+154=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7D9A is #618265. Grayscale: #8A8A8A. Windows color (decimal): -6390374 or 10124702. OLE color: 10124702.
HSL color Cylindrical-coordinate representation of color #9E7D9A: hue angle of 307.27º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9E7D9A is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 125 | 154 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.38 |
| HSL | 307.27º | 0.15% | 0.55% | - |
| HSV(B) | 307.27º | 0.21% | 0.62% | - |
| XYZ | 27.27 | 24.27 | 33.82 | - |
| YUV | 138.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 125 | 154 | 0 | 0.21 | 0.03 | 0.38 | 307.27 | 0.15 | 0.55 |
| Hex | 9E | 7D | 9A | 0 | 15 | 3 | 26 | 133 | F | 37 |
| Octal | 236 | 175 | 232 | 0 | 25 | 3 | 46 | 463 | 17 | 67 |
| Binary | 10011110 | 1111101 | 10011010 | 0 | 10101 | 11 | 100110 | 100110011 | 1111 | 110111 |
Color Harmonies of #9E7D9A
Complementary color
Monochromatic Colors of #9E7D9A
Black with #9E7D9A
Text Example
Text Example
White with #9E7D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7D9A; }
p { color: rgb(158,125,154); }
H1.HeaderClassName
{
color: #9E7D9A;
}
.AnyTagClassName
{
color: #9E7D9A;
}
</style>
background-color css
<style>
a { background-color: #9E7D9A; }
a { background-color: rgb(158,125,154); }
div.DivClassName
{
background-color: #9E7D9A;
}
.BgClassName
{
background-color: #9E7D9A;
}
</style>
border-color css
<style>
span { border-color: #9E7D9A; }
span { border-color: rgb(158,125,154); }
td.TdClassName
{
border-color: #9E7D9A;
}
.TagClassName
{
border-color: #9E7D9A;
}
</style>