Shades of Bouquet #9A7F97
Tints of Bouquet #9A7F97
RGB
CMYK
RGB Variations
Color information
#9A7F97 (or 0x9A7F97) is known color: Bouquet. HEX triplet: 9A, 7F and 97. RGB value is (154,127,151). Sum of RGB (Red+Green+Blue) = 154+127+151=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7F97 is #658068. Grayscale: #898989. Windows color (decimal): -6652009 or 9928602. OLE color: 9928602.
HSL color Cylindrical-coordinate representation of color #9A7F97: hue angle of 306.67º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A7F97 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 127 | 151 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.40 |
| HSL | 306.67º | 0.12% | 0.55% | - |
| HSV(B) | 306.67º | 0.18% | 0.6% | - |
| XYZ | 26.5 | 24.28 | 32.57 | - |
| YUV | 137.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 127 | 151 | 0 | 0.18 | 0.02 | 0.40 | 306.67 | 0.12 | 0.55 |
| Hex | 9A | 7F | 97 | 0 | 12 | 2 | 28 | 133 | C | 37 |
| Octal | 232 | 177 | 227 | 0 | 22 | 2 | 50 | 463 | 14 | 67 |
| Binary | 10011010 | 1111111 | 10010111 | 0 | 10010 | 10 | 101000 | 100110011 | 1100 | 110111 |
Color Harmonies of #9A7F97
Complementary color
Monochromatic Colors of #9A7F97
Black with #9A7F97
Text Example
Text Example
White with #9A7F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7F97; }
p { color: rgb(154,127,151); }
H1.HeaderClassName
{
color: #9A7F97;
}
.AnyTagClassName
{
color: #9A7F97;
}
</style>
background-color css
<style>
a { background-color: #9A7F97; }
a { background-color: rgb(154,127,151); }
div.DivClassName
{
background-color: #9A7F97;
}
.BgClassName
{
background-color: #9A7F97;
}
</style>
border-color css
<style>
span { border-color: #9A7F97; }
span { border-color: rgb(154,127,151); }
td.TdClassName
{
border-color: #9A7F97;
}
.TagClassName
{
border-color: #9A7F97;
}
</style>