Shades of Bouquet #9D8499
Tints of Bouquet #9D8499
RGB
CMYK
RGB Variations
Color information
#9D8499 (or 0x9D8499) is known color: Bouquet. HEX triplet: 9D, 84 and 99. RGB value is (157,132,153). Sum of RGB (Red+Green+Blue) = 157+132+153=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8499 is #627B66. Grayscale: #8D8D8D. Windows color (decimal): -6454119 or 10060957. OLE color: 10060957.
HSL color Cylindrical-coordinate representation of color #9D8499: hue angle of 309.6º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9D8499 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 132 | 153 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.38 |
| HSL | 309.6º | 0.11% | 0.57% | - |
| HSV(B) | 309.6º | 0.16% | 0.62% | - |
| XYZ | 27.91 | 25.97 | 33.68 | - |
| YUV | 141.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 132 | 153 | 0 | 0.16 | 0.03 | 0.38 | 309.6 | 0.11 | 0.57 |
| Hex | 9D | 84 | 99 | 0 | 10 | 3 | 26 | 136 | B | 39 |
| Octal | 235 | 204 | 231 | 0 | 20 | 3 | 46 | 466 | 13 | 71 |
| Binary | 10011101 | 10000100 | 10011001 | 0 | 10000 | 11 | 100110 | 100110110 | 1011 | 111001 |
Color Harmonies of #9D8499
Complementary color
Monochromatic Colors of #9D8499
Black with #9D8499
Text Example
Text Example
White with #9D8499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8499; }
p { color: rgb(157,132,153); }
H1.HeaderClassName
{
color: #9D8499;
}
.AnyTagClassName
{
color: #9D8499;
}
</style>
background-color css
<style>
a { background-color: #9D8499; }
a { background-color: rgb(157,132,153); }
div.DivClassName
{
background-color: #9D8499;
}
.BgClassName
{
background-color: #9D8499;
}
</style>
border-color css
<style>
span { border-color: #9D8499; }
span { border-color: rgb(157,132,153); }
td.TdClassName
{
border-color: #9D8499;
}
.TagClassName
{
border-color: #9D8499;
}
</style>