Shades of Bouquet #9D7D9B
Tints of Bouquet #9D7D9B
RGB
CMYK
RGB Variations
Color information
#9D7D9B (or 0x9D7D9B) is known color: Bouquet. HEX triplet: 9D, 7D and 9B. RGB value is (157,125,155). Sum of RGB (Red+Green+Blue) = 157+125+155=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7D9B is #628264. Grayscale: #898989. Windows color (decimal): -6455909 or 10190237. OLE color: 10190237.
HSL color Cylindrical-coordinate representation of color #9D7D9B: hue angle of 303.75º 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 #9D7D9B is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 125 | 155 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.38 |
| HSL | 303.75º | 0.14% | 0.55% | - |
| HSV(B) | 303.75º | 0.2% | 0.62% | - |
| XYZ | 27.15 | 24.2 | 34.25 | - |
| YUV | 137.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 125 | 155 | 0 | 0.20 | 0.01 | 0.38 | 303.75 | 0.14 | 0.55 |
| Hex | 9D | 7D | 9B | 0 | 14 | 1 | 26 | 130 | E | 37 |
| Octal | 235 | 175 | 233 | 0 | 24 | 1 | 46 | 460 | 16 | 67 |
| Binary | 10011101 | 1111101 | 10011011 | 0 | 10100 | 1 | 100110 | 100110000 | 1110 | 110111 |
Color Harmonies of #9D7D9B
Complementary color
Monochromatic Colors of #9D7D9B
Black with #9D7D9B
Text Example
Text Example
White with #9D7D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7D9B; }
p { color: rgb(157,125,155); }
H1.HeaderClassName
{
color: #9D7D9B;
}
.AnyTagClassName
{
color: #9D7D9B;
}
</style>
background-color css
<style>
a { background-color: #9D7D9B; }
a { background-color: rgb(157,125,155); }
div.DivClassName
{
background-color: #9D7D9B;
}
.BgClassName
{
background-color: #9D7D9B;
}
</style>
border-color css
<style>
span { border-color: #9D7D9B; }
span { border-color: rgb(157,125,155); }
td.TdClassName
{
border-color: #9D7D9B;
}
.TagClassName
{
border-color: #9D7D9B;
}
</style>