Shades of Bouquet #9B8597
Tints of Bouquet #9B8597
RGB
CMYK
RGB Variations
Color information
#9B8597 (or 0x9B8597) is known color: Bouquet. HEX triplet: 9B, 85 and 97. RGB value is (155,133,151). Sum of RGB (Red+Green+Blue) = 155+133+151=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8597 is #647A68. Grayscale: #8D8D8D. Windows color (decimal): -6584937 or 9930139. OLE color: 9930139.
HSL color Cylindrical-coordinate representation of color #9B8597: hue angle of 310.91º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B8597 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 133 | 151 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.39 |
| HSL | 310.91º | 0.1% | 0.56% | - |
| HSV(B) | 310.91º | 0.14% | 0.61% | - |
| XYZ | 27.49 | 25.98 | 32.84 | - |
| YUV | 141.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 133 | 151 | 0 | 0.14 | 0.03 | 0.39 | 310.91 | 0.1 | 0.56 |
| Hex | 9B | 85 | 97 | 0 | E | 3 | 27 | 137 | A | 38 |
| Octal | 233 | 205 | 227 | 0 | 16 | 3 | 47 | 467 | 12 | 70 |
| Binary | 10011011 | 10000101 | 10010111 | 0 | 1110 | 11 | 100111 | 100110111 | 1010 | 111000 |
Color Harmonies of #9B8597
Complementary color
Monochromatic Colors of #9B8597
Black with #9B8597
Text Example
Text Example
White with #9B8597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8597; }
p { color: rgb(155,133,151); }
H1.HeaderClassName
{
color: #9B8597;
}
.AnyTagClassName
{
color: #9B8597;
}
</style>
background-color css
<style>
a { background-color: #9B8597; }
a { background-color: rgb(155,133,151); }
div.DivClassName
{
background-color: #9B8597;
}
.BgClassName
{
background-color: #9B8597;
}
</style>
border-color css
<style>
span { border-color: #9B8597; }
span { border-color: rgb(155,133,151); }
td.TdClassName
{
border-color: #9B8597;
}
.TagClassName
{
border-color: #9B8597;
}
</style>