Shades of Bouquet #9C7999
Tints of Bouquet #9C7999
RGB
CMYK
RGB Variations
Color information
#9C7999 (or 0x9C7999) is known color: Bouquet. HEX triplet: 9C, 79 and 99. RGB value is (156,121,153). Sum of RGB (Red+Green+Blue) = 156+121+153=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7999 is #638666. Grayscale: #878787. Windows color (decimal): -6522471 or 10058140. OLE color: 10058140.
HSL color Cylindrical-coordinate representation of color #9C7999: hue angle of 305.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C7999 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 121 | 153 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.39 |
| HSL | 305.14º | 0.15% | 0.54% | - |
| HSV(B) | 305.14º | 0.22% | 0.61% | - |
| XYZ | 26.3 | 23.04 | 33.2 | - |
| YUV | 135.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 153 | 0 | 0.22 | 0.02 | 0.39 | 305.14 | 0.15 | 0.54 |
| Hex | 9C | 79 | 99 | 0 | 16 | 2 | 27 | 131 | F | 36 |
| Octal | 234 | 171 | 231 | 0 | 26 | 2 | 47 | 461 | 17 | 66 |
| Binary | 10011100 | 1111001 | 10011001 | 0 | 10110 | 10 | 100111 | 100110001 | 1111 | 110110 |
Color Harmonies of #9C7999
Complementary color
Monochromatic Colors of #9C7999
Black with #9C7999
Text Example
Text Example
White with #9C7999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7999; }
p { color: rgb(156,121,153); }
H1.HeaderClassName
{
color: #9C7999;
}
.AnyTagClassName
{
color: #9C7999;
}
</style>
background-color css
<style>
a { background-color: #9C7999; }
a { background-color: rgb(156,121,153); }
div.DivClassName
{
background-color: #9C7999;
}
.BgClassName
{
background-color: #9C7999;
}
</style>
border-color css
<style>
span { border-color: #9C7999; }
span { border-color: rgb(156,121,153); }
td.TdClassName
{
border-color: #9C7999;
}
.TagClassName
{
border-color: #9C7999;
}
</style>