Shades of Bouquet #9F839C
Tints of Bouquet #9F839C
RGB
CMYK
RGB Variations
Color information
#9F839C (or 0x9F839C) is known color: Bouquet. HEX triplet: 9F, 83 and 9C. RGB value is (159,131,156). Sum of RGB (Red+Green+Blue) = 159+131+156=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 159 - color contains mainly: red. Hex color #9F839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F839C is #607C63. Grayscale: #8E8E8E. Windows color (decimal): -6323300 or 10257311. OLE color: 10257311.
HSL color Cylindrical-coordinate representation of color #9F839C: hue angle of 306.43º 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 #9F839C is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 131 | 156 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.38 |
| HSL | 306.43º | 0.13% | 0.57% | - |
| HSV(B) | 306.43º | 0.18% | 0.62% | - |
| XYZ | 28.42 | 26 | 34.97 | - |
| YUV | 142.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 131 | 156 | 0 | 0.18 | 0.02 | 0.38 | 306.43 | 0.13 | 0.57 |
| Hex | 9F | 83 | 9C | 0 | 12 | 2 | 26 | 132 | D | 39 |
| Octal | 237 | 203 | 234 | 0 | 22 | 2 | 46 | 462 | 15 | 71 |
| Binary | 10011111 | 10000011 | 10011100 | 0 | 10010 | 10 | 100110 | 100110010 | 1101 | 111001 |
Color Harmonies of #9F839C
Complementary color
Monochromatic Colors of #9F839C
Black with #9F839C
Text Example
Text Example
White with #9F839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F839C; }
p { color: rgb(159,131,156); }
H1.HeaderClassName
{
color: #9F839C;
}
.AnyTagClassName
{
color: #9F839C;
}
</style>
background-color css
<style>
a { background-color: #9F839C; }
a { background-color: rgb(159,131,156); }
div.DivClassName
{
background-color: #9F839C;
}
.BgClassName
{
background-color: #9F839C;
}
</style>
border-color css
<style>
span { border-color: #9F839C; }
span { border-color: rgb(159,131,156); }
td.TdClassName
{
border-color: #9F839C;
}
.TagClassName
{
border-color: #9F839C;
}
</style>