Shades of Bouquet #9D7E9A
Tints of Bouquet #9D7E9A
RGB
CMYK
RGB Variations
Color information
#9D7E9A (or 0x9D7E9A) is known color: Bouquet. HEX triplet: 9D, 7E and 9A. RGB value is (157,126,154). Sum of RGB (Red+Green+Blue) = 157+126+154=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7E9A is #628165. Grayscale: #8A8A8A. Windows color (decimal): -6455654 or 10124957. OLE color: 10124957.
HSL color Cylindrical-coordinate representation of color #9D7E9A: hue angle of 305.81º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D7E9A is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 126 | 154 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.38 |
| HSL | 305.81º | 0.14% | 0.55% | - |
| HSV(B) | 305.81º | 0.2% | 0.62% | - |
| XYZ | 27.2 | 24.42 | 33.85 | - |
| YUV | 138.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 126 | 154 | 0 | 0.20 | 0.02 | 0.38 | 305.81 | 0.14 | 0.55 |
| Hex | 9D | 7E | 9A | 0 | 14 | 2 | 26 | 132 | E | 37 |
| Octal | 235 | 176 | 232 | 0 | 24 | 2 | 46 | 462 | 16 | 67 |
| Binary | 10011101 | 1111110 | 10011010 | 0 | 10100 | 10 | 100110 | 100110010 | 1110 | 110111 |
Color Harmonies of #9D7E9A
Complementary color
Monochromatic Colors of #9D7E9A
Black with #9D7E9A
Text Example
Text Example
White with #9D7E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7E9A; }
p { color: rgb(157,126,154); }
H1.HeaderClassName
{
color: #9D7E9A;
}
.AnyTagClassName
{
color: #9D7E9A;
}
</style>
background-color css
<style>
a { background-color: #9D7E9A; }
a { background-color: rgb(157,126,154); }
div.DivClassName
{
background-color: #9D7E9A;
}
.BgClassName
{
background-color: #9D7E9A;
}
</style>
border-color css
<style>
span { border-color: #9D7E9A; }
span { border-color: rgb(157,126,154); }
td.TdClassName
{
border-color: #9D7E9A;
}
.TagClassName
{
border-color: #9D7E9A;
}
</style>