Shades of Bouquet #9D7F98
Tints of Bouquet #9D7F98
RGB
CMYK
RGB Variations
Color information
#9D7F98 (or 0x9D7F98) is known color: Bouquet. HEX triplet: 9D, 7F and 98. RGB value is (157,127,152). Sum of RGB (Red+Green+Blue) = 157+127+152=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7F98 is #628067. Grayscale: #8A8A8A. Windows color (decimal): -6455400 or 9994141. OLE color: 9994141.
HSL color Cylindrical-coordinate representation of color #9D7F98: hue angle of 310º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9D7F98 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 127 | 152 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.38 |
| HSL | 310º | 0.13% | 0.56% | - |
| HSV(B) | 310º | 0.19% | 0.62% | - |
| XYZ | 27.16 | 24.61 | 33.03 | - |
| YUV | 138.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 127 | 152 | 0 | 0.19 | 0.03 | 0.38 | 310 | 0.13 | 0.56 |
| Hex | 9D | 7F | 98 | 0 | 13 | 3 | 26 | 136 | D | 38 |
| Octal | 235 | 177 | 230 | 0 | 23 | 3 | 46 | 466 | 15 | 70 |
| Binary | 10011101 | 1111111 | 10011000 | 0 | 10011 | 11 | 100110 | 100110110 | 1101 | 111000 |
Color Harmonies of #9D7F98
Complementary color
Monochromatic Colors of #9D7F98
Black with #9D7F98
Text Example
Text Example
White with #9D7F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7F98; }
p { color: rgb(157,127,152); }
H1.HeaderClassName
{
color: #9D7F98;
}
.AnyTagClassName
{
color: #9D7F98;
}
</style>
background-color css
<style>
a { background-color: #9D7F98; }
a { background-color: rgb(157,127,152); }
div.DivClassName
{
background-color: #9D7F98;
}
.BgClassName
{
background-color: #9D7F98;
}
</style>
border-color css
<style>
span { border-color: #9D7F98; }
span { border-color: rgb(157,127,152); }
td.TdClassName
{
border-color: #9D7F98;
}
.TagClassName
{
border-color: #9D7F98;
}
</style>