Shades of Bouquet #9F8398
Tints of Bouquet #9F8398
RGB
CMYK
RGB Variations
Color information
#9F8398 (or 0x9F8398) is known color: Bouquet. HEX triplet: 9F, 83 and 98. RGB value is (159,131,152). Sum of RGB (Red+Green+Blue) = 159+131+152=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8398 is #607C67. Grayscale: #8D8D8D. Windows color (decimal): -6323304 or 9995167. OLE color: 9995167.
HSL color Cylindrical-coordinate representation of color #9F8398: hue angle of 315º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F8398 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 131 | 152 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.38 |
| HSL | 315º | 0.13% | 0.57% | - |
| HSV(B) | 315º | 0.18% | 0.62% | - |
| XYZ | 28.08 | 25.87 | 33.22 | - |
| YUV | 141.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 131 | 152 | 0 | 0.18 | 0.04 | 0.38 | 315 | 0.13 | 0.57 |
| Hex | 9F | 83 | 98 | 0 | 12 | 4 | 26 | 13B | D | 39 |
| Octal | 237 | 203 | 230 | 0 | 22 | 4 | 46 | 473 | 15 | 71 |
| Binary | 10011111 | 10000011 | 10011000 | 0 | 10010 | 100 | 100110 | 100111011 | 1101 | 111001 |
Color Harmonies of #9F8398
Complementary color
Monochromatic Colors of #9F8398
Black with #9F8398
Text Example
Text Example
White with #9F8398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8398; }
p { color: rgb(159,131,152); }
H1.HeaderClassName
{
color: #9F8398;
}
.AnyTagClassName
{
color: #9F8398;
}
</style>
background-color css
<style>
a { background-color: #9F8398; }
a { background-color: rgb(159,131,152); }
div.DivClassName
{
background-color: #9F8398;
}
.BgClassName
{
background-color: #9F8398;
}
</style>
border-color css
<style>
span { border-color: #9F8398; }
span { border-color: rgb(159,131,152); }
td.TdClassName
{
border-color: #9F8398;
}
.TagClassName
{
border-color: #9F8398;
}
</style>