Shades of Bouquet #9F849B
Tints of Bouquet #9F849B
RGB
CMYK
RGB Variations
Color information
#9F849B (or 0x9F849B) is known color: Bouquet. HEX triplet: 9F, 84 and 9B. RGB value is (159,132,155). Sum of RGB (Red+Green+Blue) = 159+132+155=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 159 - color contains mainly: red. Hex color #9F849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F849B is #607B64. Grayscale: #8E8E8E. Windows color (decimal): -6323045 or 10192031. OLE color: 10192031.
HSL color Cylindrical-coordinate representation of color #9F849B: hue angle of 308.89º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9F849B is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 132 | 155 | - |
CMYK | 0 | 0.17 | 0.03 | 0.38 |
HSL | 308.89º | 0.12% | 0.57% | - |
HSV(B) | 308.89º | 0.17% | 0.62% | - |
XYZ | 28.47 | 26.24 | 34.57 | - |
YUV | 142.7 | 134.95 | 139.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 132 | 155 | 0 | 0.17 | 0.03 | 0.38 | 308.89 | 0.12 | 0.57 |
Hex | 9F | 84 | 9B | 0 | 11 | 3 | 26 | 135 | C | 39 |
Octal | 237 | 204 | 233 | 0 | 21 | 3 | 46 | 465 | 14 | 71 |
Binary | 10011111 | 10000100 | 10011011 | 0 | 10001 | 11 | 100110 | 100110101 | 1100 | 111001 |
Color Harmonies of #9F849B
Complementary color
Monochromatic Colors of #9F849B
Black with #9F849B
Text Example
Text Example
White with #9F849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F849B; }
p { color: rgb(159,132,155); }
H1.HeaderClassName
{
color: #9F849B;
}
.AnyTagClassName
{
color: #9F849B;
}
</style>
background-color css
<style>
a { background-color: #9F849B; }
a { background-color: rgb(159,132,155); }
div.DivClassName
{
background-color: #9F849B;
}
.BgClassName
{
background-color: #9F849B;
}
</style>
border-color css
<style>
span { border-color: #9F849B; }
span { border-color: rgb(159,132,155); }
td.TdClassName
{
border-color: #9F849B;
}
.TagClassName
{
border-color: #9F849B;
}
</style>