Shades of Bouquet #9B9098
Tints of Bouquet #9B9098
RGB
CMYK
RGB Variations
Color information
#9B9098 (or 0x9B9098) is known color: Bouquet. HEX triplet: 9B, 90 and 98. RGB value is (155,144,152). Sum of RGB (Red+Green+Blue) = 155+144+152=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9098 is #646F67. Grayscale: #949494. Windows color (decimal): -6582120 or 9998491. OLE color: 9998491.
HSL color Cylindrical-coordinate representation of color #9B9098: hue angle of 316.36º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9B9098 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 144 | 152 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.39 |
| HSL | 316.36º | 0.05% | 0.59% | - |
| HSV(B) | 316.36º | 0.07% | 0.61% | - |
| XYZ | 29.16 | 29.18 | 33.8 | - |
| YUV | 148.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 152 | 0 | 0.07 | 0.02 | 0.39 | 316.36 | 0.05 | 0.59 |
| Hex | 9B | 90 | 98 | 0 | 7 | 2 | 27 | 13C | 5 | 3B |
| Octal | 233 | 220 | 230 | 0 | 7 | 2 | 47 | 474 | 5 | 73 |
| Binary | 10011011 | 10010000 | 10011000 | 0 | 111 | 10 | 100111 | 100111100 | 101 | 111011 |
Color Harmonies of #9B9098
Complementary color
Monochromatic Colors of #9B9098
Black with #9B9098
Text Example
Text Example
White with #9B9098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9098; }
p { color: rgb(155,144,152); }
H1.HeaderClassName
{
color: #9B9098;
}
.AnyTagClassName
{
color: #9B9098;
}
</style>
background-color css
<style>
a { background-color: #9B9098; }
a { background-color: rgb(155,144,152); }
div.DivClassName
{
background-color: #9B9098;
}
.BgClassName
{
background-color: #9B9098;
}
</style>
border-color css
<style>
span { border-color: #9B9098; }
span { border-color: rgb(155,144,152); }
td.TdClassName
{
border-color: #9B9098;
}
.TagClassName
{
border-color: #9B9098;
}
</style>