Shades of Bouquet #9C8594
Tints of Bouquet #9C8594
RGB
CMYK
RGB Variations
Color information
#9C8594 (or 0x9C8594) is known color: Bouquet. HEX triplet: 9C, 85 and 94. RGB value is (156,133,148). Sum of RGB (Red+Green+Blue) = 156+133+148=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8594 is #637A6B. Grayscale: #8D8D8D. Windows color (decimal): -6519404 or 9733532. OLE color: 9733532.
HSL color Cylindrical-coordinate representation of color #9C8594: hue angle of 320.87º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9C8594 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 133 | 148 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.39 |
| HSL | 320.87º | 0.1% | 0.57% | - |
| HSV(B) | 320.87º | 0.15% | 0.61% | - |
| XYZ | 27.44 | 25.98 | 31.59 | - |
| YUV | 141.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 133 | 148 | 0 | 0.15 | 0.05 | 0.39 | 320.87 | 0.1 | 0.57 |
| Hex | 9C | 85 | 94 | 0 | F | 5 | 27 | 141 | A | 39 |
| Octal | 234 | 205 | 224 | 0 | 17 | 5 | 47 | 501 | 12 | 71 |
| Binary | 10011100 | 10000101 | 10010100 | 0 | 1111 | 101 | 100111 | 101000001 | 1010 | 111001 |
Color Harmonies of #9C8594
Complementary color
Monochromatic Colors of #9C8594
Black with #9C8594
Text Example
Text Example
White with #9C8594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8594; }
p { color: rgb(156,133,148); }
H1.HeaderClassName
{
color: #9C8594;
}
.AnyTagClassName
{
color: #9C8594;
}
</style>
background-color css
<style>
a { background-color: #9C8594; }
a { background-color: rgb(156,133,148); }
div.DivClassName
{
background-color: #9C8594;
}
.BgClassName
{
background-color: #9C8594;
}
</style>
border-color css
<style>
span { border-color: #9C8594; }
span { border-color: rgb(156,133,148); }
td.TdClassName
{
border-color: #9C8594;
}
.TagClassName
{
border-color: #9C8594;
}
</style>