Shades of Bouquet #9C7E99
Tints of Bouquet #9C7E99
RGB
CMYK
RGB Variations
Color information
#9C7E99 (or 0x9C7E99) is known color: Bouquet. HEX triplet: 9C, 7E and 99. RGB value is (156,126,153). Sum of RGB (Red+Green+Blue) = 156+126+153=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7E99 is #638166. Grayscale: #898989. Windows color (decimal): -6521191 or 10059420. OLE color: 10059420.
HSL color Cylindrical-coordinate representation of color #9C7E99: hue angle of 306º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C7E99 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 126 | 153 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.39 |
| HSL | 306º | 0.13% | 0.55% | - |
| HSV(B) | 306º | 0.19% | 0.61% | - |
| XYZ | 26.92 | 24.29 | 33.41 | - |
| YUV | 138.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 153 | 0 | 0.19 | 0.02 | 0.39 | 306 | 0.13 | 0.55 |
| Hex | 9C | 7E | 99 | 0 | 13 | 2 | 27 | 132 | D | 37 |
| Octal | 234 | 176 | 231 | 0 | 23 | 2 | 47 | 462 | 15 | 67 |
| Binary | 10011100 | 1111110 | 10011001 | 0 | 10011 | 10 | 100111 | 100110010 | 1101 | 110111 |
Color Harmonies of #9C7E99
Complementary color
Monochromatic Colors of #9C7E99
Black with #9C7E99
Text Example
Text Example
White with #9C7E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7E99; }
p { color: rgb(156,126,153); }
H1.HeaderClassName
{
color: #9C7E99;
}
.AnyTagClassName
{
color: #9C7E99;
}
</style>
background-color css
<style>
a { background-color: #9C7E99; }
a { background-color: rgb(156,126,153); }
div.DivClassName
{
background-color: #9C7E99;
}
.BgClassName
{
background-color: #9C7E99;
}
</style>
border-color css
<style>
span { border-color: #9C7E99; }
span { border-color: rgb(156,126,153); }
td.TdClassName
{
border-color: #9C7E99;
}
.TagClassName
{
border-color: #9C7E99;
}
</style>