Shades of Bouquet #9B7A98
Tints of Bouquet #9B7A98
RGB
CMYK
RGB Variations
Color information
#9B7A98 (or 0x9B7A98) is known color: Bouquet. HEX triplet: 9B, 7A and 98. RGB value is (155,122,152). Sum of RGB (Red+Green+Blue) = 155+122+152=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7A98 is #648567. Grayscale: #878787. Windows color (decimal): -6587752 or 9992859. OLE color: 9992859.
HSL color Cylindrical-coordinate representation of color #9B7A98: hue angle of 305.45º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B7A98 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 122 | 152 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.39 |
| HSL | 305.45º | 0.14% | 0.54% | - |
| HSV(B) | 305.45º | 0.21% | 0.61% | - |
| XYZ | 26.14 | 23.15 | 32.8 | - |
| YUV | 135.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 152 | 0 | 0.21 | 0.02 | 0.39 | 305.45 | 0.14 | 0.54 |
| Hex | 9B | 7A | 98 | 0 | 15 | 2 | 27 | 131 | E | 36 |
| Octal | 233 | 172 | 230 | 0 | 25 | 2 | 47 | 461 | 16 | 66 |
| Binary | 10011011 | 1111010 | 10011000 | 0 | 10101 | 10 | 100111 | 100110001 | 1110 | 110110 |
Color Harmonies of #9B7A98
Complementary color
Monochromatic Colors of #9B7A98
Black with #9B7A98
Text Example
Text Example
White with #9B7A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7A98; }
p { color: rgb(155,122,152); }
H1.HeaderClassName
{
color: #9B7A98;
}
.AnyTagClassName
{
color: #9B7A98;
}
</style>
background-color css
<style>
a { background-color: #9B7A98; }
a { background-color: rgb(155,122,152); }
div.DivClassName
{
background-color: #9B7A98;
}
.BgClassName
{
background-color: #9B7A98;
}
</style>
border-color css
<style>
span { border-color: #9B7A98; }
span { border-color: rgb(155,122,152); }
td.TdClassName
{
border-color: #9B7A98;
}
.TagClassName
{
border-color: #9B7A98;
}
</style>