Shades of Bouquet #9D8195
Tints of Bouquet #9D8195
RGB
CMYK
RGB Variations
Color information
#9D8195 (or 0x9D8195) is known color: Bouquet. HEX triplet: 9D, 81 and 95. RGB value is (157,129,149). Sum of RGB (Red+Green+Blue) = 157+129+149=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8195 is #627E6A. Grayscale: #8B8B8B. Windows color (decimal): -6454891 or 9798045. OLE color: 9798045.
HSL color Cylindrical-coordinate representation of color #9D8195: hue angle of 317.14º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9D8195 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 129 | 149 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.38 |
| HSL | 317.14º | 0.13% | 0.56% | - |
| HSV(B) | 317.14º | 0.18% | 0.62% | - |
| XYZ | 27.18 | 25.04 | 31.83 | - |
| YUV | 139.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 149 | 0 | 0.18 | 0.05 | 0.38 | 317.14 | 0.13 | 0.56 |
| Hex | 9D | 81 | 95 | 0 | 12 | 5 | 26 | 13D | C | 38 |
| Octal | 235 | 201 | 225 | 0 | 22 | 5 | 46 | 475 | 14 | 70 |
| Binary | 10011101 | 10000001 | 10010101 | 0 | 10010 | 101 | 100110 | 100111101 | 1100 | 111000 |
Color Harmonies of #9D8195
Complementary color
Monochromatic Colors of #9D8195
Black with #9D8195
Text Example
Text Example
White with #9D8195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8195; }
p { color: rgb(157,129,149); }
H1.HeaderClassName
{
color: #9D8195;
}
.AnyTagClassName
{
color: #9D8195;
}
</style>
background-color css
<style>
a { background-color: #9D8195; }
a { background-color: rgb(157,129,149); }
div.DivClassName
{
background-color: #9D8195;
}
.BgClassName
{
background-color: #9D8195;
}
</style>
border-color css
<style>
span { border-color: #9D8195; }
span { border-color: rgb(157,129,149); }
td.TdClassName
{
border-color: #9D8195;
}
.TagClassName
{
border-color: #9D8195;
}
</style>