Shades of Bouquet #9F7C9C
Tints of Bouquet #9F7C9C
RGB
CMYK
RGB Variations
Color information
#9F7C9C (or 0x9F7C9C) is known color: Bouquet. HEX triplet: 9F, 7C and 9C. RGB value is (159,124,156). Sum of RGB (Red+Green+Blue) = 159+124+156=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7C9C is #608363. Grayscale: #8A8A8A. Windows color (decimal): -6325092 or 10255519. OLE color: 10255519.
HSL color Cylindrical-coordinate representation of color #9F7C9C: hue angle of 305.14º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F7C9C is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 124 | 156 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.38 |
| HSL | 305.14º | 0.15% | 0.55% | - |
| HSV(B) | 305.14º | 0.22% | 0.62% | - |
| XYZ | 27.51 | 24.19 | 34.67 | - |
| YUV | 138.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 124 | 156 | 0 | 0.22 | 0.02 | 0.38 | 305.14 | 0.15 | 0.55 |
| Hex | 9F | 7C | 9C | 0 | 16 | 2 | 26 | 131 | F | 37 |
| Octal | 237 | 174 | 234 | 0 | 26 | 2 | 46 | 461 | 17 | 67 |
| Binary | 10011111 | 1111100 | 10011100 | 0 | 10110 | 10 | 100110 | 100110001 | 1111 | 110111 |
Color Harmonies of #9F7C9C
Complementary color
Monochromatic Colors of #9F7C9C
Black with #9F7C9C
Text Example
Text Example
White with #9F7C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7C9C; }
p { color: rgb(159,124,156); }
H1.HeaderClassName
{
color: #9F7C9C;
}
.AnyTagClassName
{
color: #9F7C9C;
}
</style>
background-color css
<style>
a { background-color: #9F7C9C; }
a { background-color: rgb(159,124,156); }
div.DivClassName
{
background-color: #9F7C9C;
}
.BgClassName
{
background-color: #9F7C9C;
}
</style>
border-color css
<style>
span { border-color: #9F7C9C; }
span { border-color: rgb(159,124,156); }
td.TdClassName
{
border-color: #9F7C9C;
}
.TagClassName
{
border-color: #9F7C9C;
}
</style>