Shades of Bouquet #9C7F96
Tints of Bouquet #9C7F96
RGB
CMYK
RGB Variations
Color information
#9C7F96 (or 0x9C7F96) is known color: Bouquet. HEX triplet: 9C, 7F and 96. RGB value is (156,127,150). Sum of RGB (Red+Green+Blue) = 156+127+150=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7F96 is #638069. Grayscale: #8A8A8A. Windows color (decimal): -6520938 or 9863068. OLE color: 9863068.
HSL color Cylindrical-coordinate representation of color #9C7F96: hue angle of 312.41º 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 #9C7F96 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 127 | 150 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.39 |
| HSL | 312.41º | 0.13% | 0.55% | - |
| HSV(B) | 312.41º | 0.19% | 0.61% | - |
| XYZ | 26.8 | 24.45 | 32.16 | - |
| YUV | 138.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 127 | 150 | 0 | 0.19 | 0.04 | 0.39 | 312.41 | 0.13 | 0.55 |
| Hex | 9C | 7F | 96 | 0 | 13 | 4 | 27 | 138 | D | 37 |
| Octal | 234 | 177 | 226 | 0 | 23 | 4 | 47 | 470 | 15 | 67 |
| Binary | 10011100 | 1111111 | 10010110 | 0 | 10011 | 100 | 100111 | 100111000 | 1101 | 110111 |
Color Harmonies of #9C7F96
Complementary color
Monochromatic Colors of #9C7F96
Black with #9C7F96
Text Example
Text Example
White with #9C7F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7F96; }
p { color: rgb(156,127,150); }
H1.HeaderClassName
{
color: #9C7F96;
}
.AnyTagClassName
{
color: #9C7F96;
}
</style>
background-color css
<style>
a { background-color: #9C7F96; }
a { background-color: rgb(156,127,150); }
div.DivClassName
{
background-color: #9C7F96;
}
.BgClassName
{
background-color: #9C7F96;
}
</style>
border-color css
<style>
span { border-color: #9C7F96; }
span { border-color: rgb(156,127,150); }
td.TdClassName
{
border-color: #9C7F96;
}
.TagClassName
{
border-color: #9C7F96;
}
</style>