Shades of Bouquet #9D8598
Tints of Bouquet #9D8598
RGB
CMYK
RGB Variations
Color information
#9D8598 (or 0x9D8598) is known color: Bouquet. HEX triplet: 9D, 85 and 98. RGB value is (157,133,152). Sum of RGB (Red+Green+Blue) = 157+133+152=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8598 is #627A67. Grayscale: #8E8E8E. Windows color (decimal): -6453864 or 9995677. OLE color: 9995677.
HSL color Cylindrical-coordinate representation of color #9D8598: hue angle of 312.5º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D8598 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 133 | 152 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.38 |
| HSL | 312.5º | 0.11% | 0.57% | - |
| HSV(B) | 312.5º | 0.15% | 0.62% | - |
| XYZ | 27.96 | 26.21 | 33.29 | - |
| YUV | 142.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 133 | 152 | 0 | 0.15 | 0.03 | 0.38 | 312.5 | 0.11 | 0.57 |
| Hex | 9D | 85 | 98 | 0 | F | 3 | 26 | 138 | B | 39 |
| Octal | 235 | 205 | 230 | 0 | 17 | 3 | 46 | 470 | 13 | 71 |
| Binary | 10011101 | 10000101 | 10011000 | 0 | 1111 | 11 | 100110 | 100111000 | 1011 | 111001 |
Color Harmonies of #9D8598
Complementary color
Monochromatic Colors of #9D8598
Black with #9D8598
Text Example
Text Example
White with #9D8598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8598; }
p { color: rgb(157,133,152); }
H1.HeaderClassName
{
color: #9D8598;
}
.AnyTagClassName
{
color: #9D8598;
}
</style>
background-color css
<style>
a { background-color: #9D8598; }
a { background-color: rgb(157,133,152); }
div.DivClassName
{
background-color: #9D8598;
}
.BgClassName
{
background-color: #9D8598;
}
</style>
border-color css
<style>
span { border-color: #9D8598; }
span { border-color: rgb(157,133,152); }
td.TdClassName
{
border-color: #9D8598;
}
.TagClassName
{
border-color: #9D8598;
}
</style>