Shades of Bouquet #9C7B97
Tints of Bouquet #9C7B97
RGB
CMYK
RGB Variations
Color information
#9C7B97 (or 0x9C7B97) is known color: Bouquet. HEX triplet: 9C, 7B and 97. RGB value is (156,123,151). Sum of RGB (Red+Green+Blue) = 156+123+151=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7B97 is #638468. Grayscale: #878787. Windows color (decimal): -6521961 or 9927580. OLE color: 9927580.
HSL color Cylindrical-coordinate representation of color #9C7B97: hue angle of 309.09º 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 #9C7B97 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 151 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.39 |
| HSL | 309.09º | 0.14% | 0.55% | - |
| HSV(B) | 309.09º | 0.21% | 0.61% | - |
| XYZ | 26.38 | 23.47 | 32.42 | - |
| YUV | 136.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 151 | 0 | 0.21 | 0.03 | 0.39 | 309.09 | 0.14 | 0.55 |
| Hex | 9C | 7B | 97 | 0 | 15 | 3 | 27 | 135 | E | 37 |
| Octal | 234 | 173 | 227 | 0 | 25 | 3 | 47 | 465 | 16 | 67 |
| Binary | 10011100 | 1111011 | 10010111 | 0 | 10101 | 11 | 100111 | 100110101 | 1110 | 110111 |
Color Harmonies of #9C7B97
Complementary color
Monochromatic Colors of #9C7B97
Black with #9C7B97
Text Example
Text Example
White with #9C7B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B97; }
p { color: rgb(156,123,151); }
H1.HeaderClassName
{
color: #9C7B97;
}
.AnyTagClassName
{
color: #9C7B97;
}
</style>
background-color css
<style>
a { background-color: #9C7B97; }
a { background-color: rgb(156,123,151); }
div.DivClassName
{
background-color: #9C7B97;
}
.BgClassName
{
background-color: #9C7B97;
}
</style>
border-color css
<style>
span { border-color: #9C7B97; }
span { border-color: rgb(156,123,151); }
td.TdClassName
{
border-color: #9C7B97;
}
.TagClassName
{
border-color: #9C7B97;
}
</style>