Shades of Bouquet #9C7F98
Tints of Bouquet #9C7F98
RGB
CMYK
RGB Variations
Color information
#9C7F98 (or 0x9C7F98) is known color: Bouquet. HEX triplet: 9C, 7F and 98. RGB value is (156,127,152). Sum of RGB (Red+Green+Blue) = 156+127+152=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7F98 is #638067. Grayscale: #8A8A8A. Windows color (decimal): -6520936 or 9994140. OLE color: 9994140.
HSL color Cylindrical-coordinate representation of color #9C7F98: hue angle of 308.28º 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 #9C7F98 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 127 | 152 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.39 |
| HSL | 308.28º | 0.13% | 0.55% | - |
| HSV(B) | 308.28º | 0.19% | 0.61% | - |
| XYZ | 26.97 | 24.51 | 33.02 | - |
| YUV | 138.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 127 | 152 | 0 | 0.19 | 0.03 | 0.39 | 308.28 | 0.13 | 0.55 |
| Hex | 9C | 7F | 98 | 0 | 13 | 3 | 27 | 134 | D | 37 |
| Octal | 234 | 177 | 230 | 0 | 23 | 3 | 47 | 464 | 15 | 67 |
| Binary | 10011100 | 1111111 | 10011000 | 0 | 10011 | 11 | 100111 | 100110100 | 1101 | 110111 |
Color Harmonies of #9C7F98
Complementary color
Monochromatic Colors of #9C7F98
Black with #9C7F98
Text Example
Text Example
White with #9C7F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7F98; }
p { color: rgb(156,127,152); }
H1.HeaderClassName
{
color: #9C7F98;
}
.AnyTagClassName
{
color: #9C7F98;
}
</style>
background-color css
<style>
a { background-color: #9C7F98; }
a { background-color: rgb(156,127,152); }
div.DivClassName
{
background-color: #9C7F98;
}
.BgClassName
{
background-color: #9C7F98;
}
</style>
border-color css
<style>
span { border-color: #9C7F98; }
span { border-color: rgb(156,127,152); }
td.TdClassName
{
border-color: #9C7F98;
}
.TagClassName
{
border-color: #9C7F98;
}
</style>