Shades of Bouquet #9B7C97
Tints of Bouquet #9B7C97
RGB
CMYK
RGB Variations
Color information
#9B7C97 (or 0x9B7C97) is known color: Bouquet. HEX triplet: 9B, 7C and 97. RGB value is (155,124,151). Sum of RGB (Red+Green+Blue) = 155+124+151=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7C97 is #648368. Grayscale: #888888. Windows color (decimal): -6587241 or 9927835. OLE color: 9927835.
HSL color Cylindrical-coordinate representation of color #9B7C97: hue angle of 307.74º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9B7C97 is Cyan = 0, Magento = 0.2, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 124 | 151 | - |
| CMYK | 0 | 0.2 | 0.03 | 0.39 |
| HSL | 307.74º | 0.13% | 0.55% | - |
| HSV(B) | 307.74º | 0.2% | 0.61% | - |
| XYZ | 26.31 | 23.62 | 32.45 | - |
| YUV | 136.35 | 136.27 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 124 | 151 | 0 | 0.2 | 0.03 | 0.39 | 307.74 | 0.13 | 0.55 |
| Hex | 9B | 7C | 97 | 0 | 14 | 3 | 27 | 134 | D | 37 |
| Octal | 233 | 174 | 227 | 0 | 24 | 3 | 47 | 464 | 15 | 67 |
| Binary | 10011011 | 1111100 | 10010111 | 0 | 10100 | 11 | 100111 | 100110100 | 1101 | 110111 |
Color Harmonies of #9B7C97
Complementary color
Monochromatic Colors of #9B7C97
Black with #9B7C97
Text Example
Text Example
White with #9B7C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7C97; }
p { color: rgb(155,124,151); }
H1.HeaderClassName
{
color: #9B7C97;
}
.AnyTagClassName
{
color: #9B7C97;
}
</style>
background-color css
<style>
a { background-color: #9B7C97; }
a { background-color: rgb(155,124,151); }
div.DivClassName
{
background-color: #9B7C97;
}
.BgClassName
{
background-color: #9B7C97;
}
</style>
border-color css
<style>
span { border-color: #9B7C97; }
span { border-color: rgb(155,124,151); }
td.TdClassName
{
border-color: #9B7C97;
}
.TagClassName
{
border-color: #9B7C97;
}
</style>