Shades of Bouquet #9B8198
Tints of Bouquet #9B8198
RGB
CMYK
RGB Variations
Color information
#9B8198 (or 0x9B8198) is known color: Bouquet. HEX triplet: 9B, 81 and 98. RGB value is (155,129,152). Sum of RGB (Red+Green+Blue) = 155+129+152=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8198 is #647E67. Grayscale: #8B8B8B. Windows color (decimal): -6585960 or 9994651. OLE color: 9994651.
HSL color Cylindrical-coordinate representation of color #9B8198: hue angle of 306.92º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9B8198 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 129 | 152 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.39 |
| HSL | 306.92º | 0.12% | 0.56% | - |
| HSV(B) | 306.92º | 0.17% | 0.61% | - |
| XYZ | 27.04 | 24.94 | 33.09 | - |
| YUV | 139.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 152 | 0 | 0.17 | 0.02 | 0.39 | 306.92 | 0.12 | 0.56 |
| Hex | 9B | 81 | 98 | 0 | 11 | 2 | 27 | 133 | C | 38 |
| Octal | 233 | 201 | 230 | 0 | 21 | 2 | 47 | 463 | 14 | 70 |
| Binary | 10011011 | 10000001 | 10011000 | 0 | 10001 | 10 | 100111 | 100110011 | 1100 | 111000 |
Color Harmonies of #9B8198
Complementary color
Monochromatic Colors of #9B8198
Black with #9B8198
Text Example
Text Example
White with #9B8198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8198; }
p { color: rgb(155,129,152); }
H1.HeaderClassName
{
color: #9B8198;
}
.AnyTagClassName
{
color: #9B8198;
}
</style>
background-color css
<style>
a { background-color: #9B8198; }
a { background-color: rgb(155,129,152); }
div.DivClassName
{
background-color: #9B8198;
}
.BgClassName
{
background-color: #9B8198;
}
</style>
border-color css
<style>
span { border-color: #9B8198; }
span { border-color: rgb(155,129,152); }
td.TdClassName
{
border-color: #9B8198;
}
.TagClassName
{
border-color: #9B8198;
}
</style>