Shades of Bouquet #9D8397
Tints of Bouquet #9D8397
RGB
CMYK
RGB Variations
Color information
#9D8397 (or 0x9D8397) is known color: Bouquet. HEX triplet: 9D, 83 and 97. RGB value is (157,131,151). Sum of RGB (Red+Green+Blue) = 157+131+151=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8397 is #627C68. Grayscale: #8D8D8D. Windows color (decimal): -6454377 or 9929629. OLE color: 9929629.
HSL color Cylindrical-coordinate representation of color #9D8397: hue angle of 313.85º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D8397 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 131 | 151 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.38 |
| HSL | 313.85º | 0.12% | 0.56% | - |
| HSV(B) | 313.85º | 0.17% | 0.62% | - |
| XYZ | 27.61 | 25.64 | 32.77 | - |
| YUV | 141.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 131 | 151 | 0 | 0.17 | 0.04 | 0.38 | 313.85 | 0.12 | 0.56 |
| Hex | 9D | 83 | 97 | 0 | 11 | 4 | 26 | 13A | C | 38 |
| Octal | 235 | 203 | 227 | 0 | 21 | 4 | 46 | 472 | 14 | 70 |
| Binary | 10011101 | 10000011 | 10010111 | 0 | 10001 | 100 | 100110 | 100111010 | 1100 | 111000 |
Color Harmonies of #9D8397
Complementary color
Monochromatic Colors of #9D8397
Black with #9D8397
Text Example
Text Example
White with #9D8397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8397; }
p { color: rgb(157,131,151); }
H1.HeaderClassName
{
color: #9D8397;
}
.AnyTagClassName
{
color: #9D8397;
}
</style>
background-color css
<style>
a { background-color: #9D8397; }
a { background-color: rgb(157,131,151); }
div.DivClassName
{
background-color: #9D8397;
}
.BgClassName
{
background-color: #9D8397;
}
</style>
border-color css
<style>
span { border-color: #9D8397; }
span { border-color: rgb(157,131,151); }
td.TdClassName
{
border-color: #9D8397;
}
.TagClassName
{
border-color: #9D8397;
}
</style>