Shades of Bouquet #9C7B98
Tints of Bouquet #9C7B98
RGB
CMYK
RGB Variations
Color information
#9C7B98 (or 0x9C7B98) is known color: Bouquet. HEX triplet: 9C, 7B and 98. RGB value is (156,123,152). Sum of RGB (Red+Green+Blue) = 156+123+152=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7B98 is #638467. Grayscale: #888888. Windows color (decimal): -6521960 or 9993116. OLE color: 9993116.
HSL color Cylindrical-coordinate representation of color #9C7B98: hue angle of 307.27º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C7B98 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 152 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.39 |
| HSL | 307.27º | 0.14% | 0.55% | - |
| HSV(B) | 307.27º | 0.21% | 0.61% | - |
| XYZ | 26.46 | 23.5 | 32.85 | - |
| YUV | 136.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 152 | 0 | 0.21 | 0.03 | 0.39 | 307.27 | 0.14 | 0.55 |
| Hex | 9C | 7B | 98 | 0 | 15 | 3 | 27 | 133 | E | 37 |
| Octal | 234 | 173 | 230 | 0 | 25 | 3 | 47 | 463 | 16 | 67 |
| Binary | 10011100 | 1111011 | 10011000 | 0 | 10101 | 11 | 100111 | 100110011 | 1110 | 110111 |
Color Harmonies of #9C7B98
Complementary color
Monochromatic Colors of #9C7B98
Black with #9C7B98
Text Example
Text Example
White with #9C7B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B98; }
p { color: rgb(156,123,152); }
H1.HeaderClassName
{
color: #9C7B98;
}
.AnyTagClassName
{
color: #9C7B98;
}
</style>
background-color css
<style>
a { background-color: #9C7B98; }
a { background-color: rgb(156,123,152); }
div.DivClassName
{
background-color: #9C7B98;
}
.BgClassName
{
background-color: #9C7B98;
}
</style>
border-color css
<style>
span { border-color: #9C7B98; }
span { border-color: rgb(156,123,152); }
td.TdClassName
{
border-color: #9C7B98;
}
.TagClassName
{
border-color: #9C7B98;
}
</style>