Shades of Bouquet #9F7398
Tints of Bouquet #9F7398
RGB
CMYK
RGB Variations
Color information
#9F7398 (or 0x9F7398) is known color: Bouquet. HEX triplet: 9F, 73 and 98. RGB value is (159,115,152). Sum of RGB (Red+Green+Blue) = 159+115+152=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7398 is #608C67. Grayscale: #848484. Windows color (decimal): -6327400 or 9991071. OLE color: 9991071.
HSL color Cylindrical-coordinate representation of color #9F7398: hue angle of 309.55º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F7398 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 115 | 152 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.38 |
| HSL | 309.55º | 0.19% | 0.54% | - |
| HSV(B) | 309.55º | 0.28% | 0.62% | - |
| XYZ | 26.1 | 21.9 | 32.56 | - |
| YUV | 132.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 152 | 0 | 0.28 | 0.04 | 0.38 | 309.55 | 0.19 | 0.54 |
| Hex | 9F | 73 | 98 | 0 | 1C | 4 | 26 | 136 | 13 | 36 |
| Octal | 237 | 163 | 230 | 0 | 34 | 4 | 46 | 466 | 23 | 66 |
| Binary | 10011111 | 1110011 | 10011000 | 0 | 11100 | 100 | 100110 | 100110110 | 10011 | 110110 |
Color Harmonies of #9F7398
Complementary color
Monochromatic Colors of #9F7398
Black with #9F7398
Text Example
Text Example
White with #9F7398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7398; }
p { color: rgb(159,115,152); }
H1.HeaderClassName
{
color: #9F7398;
}
.AnyTagClassName
{
color: #9F7398;
}
</style>
background-color css
<style>
a { background-color: #9F7398; }
a { background-color: rgb(159,115,152); }
div.DivClassName
{
background-color: #9F7398;
}
.BgClassName
{
background-color: #9F7398;
}
</style>
border-color css
<style>
span { border-color: #9F7398; }
span { border-color: rgb(159,115,152); }
td.TdClassName
{
border-color: #9F7398;
}
.TagClassName
{
border-color: #9F7398;
}
</style>