Shades of Bouquet #9D799A
Tints of Bouquet #9D799A
RGB
CMYK
RGB Variations
Color information
#9D799A (or 0x9D799A) is known color: Bouquet. HEX triplet: 9D, 79 and 9A. RGB value is (157,121,154). Sum of RGB (Red+Green+Blue) = 157+121+154=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 157 - color contains mainly: red. Hex color #9D799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D799A is #628665. Grayscale: #878787. Windows color (decimal): -6456934 or 10123677. OLE color: 10123677.
HSL color Cylindrical-coordinate representation of color #9D799A: hue angle of 305º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D799A is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 121 | 154 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.38 |
| HSL | 305º | 0.16% | 0.55% | - |
| HSV(B) | 305º | 0.23% | 0.62% | - |
| XYZ | 26.57 | 23.18 | 33.64 | - |
| YUV | 135.53 | 138.43 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 121 | 154 | 0 | 0.23 | 0.02 | 0.38 | 305 | 0.16 | 0.55 |
| Hex | 9D | 79 | 9A | 0 | 17 | 2 | 26 | 131 | 10 | 37 |
| Octal | 235 | 171 | 232 | 0 | 27 | 2 | 46 | 461 | 20 | 67 |
| Binary | 10011101 | 1111001 | 10011010 | 0 | 10111 | 10 | 100110 | 100110001 | 10000 | 110111 |
Color Harmonies of #9D799A
Complementary color
Monochromatic Colors of #9D799A
Black with #9D799A
Text Example
Text Example
White with #9D799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D799A; }
p { color: rgb(157,121,154); }
H1.HeaderClassName
{
color: #9D799A;
}
.AnyTagClassName
{
color: #9D799A;
}
</style>
background-color css
<style>
a { background-color: #9D799A; }
a { background-color: rgb(157,121,154); }
div.DivClassName
{
background-color: #9D799A;
}
.BgClassName
{
background-color: #9D799A;
}
</style>
border-color css
<style>
span { border-color: #9D799A; }
span { border-color: rgb(157,121,154); }
td.TdClassName
{
border-color: #9D799A;
}
.TagClassName
{
border-color: #9D799A;
}
</style>