Shades of Bouquet #9D8198
Tints of Bouquet #9D8198
RGB
CMYK
RGB Variations
Color information
#9D8198 (or 0x9D8198) is known color: Bouquet. HEX triplet: 9D, 81 and 98. RGB value is (157,129,152). Sum of RGB (Red+Green+Blue) = 157+129+152=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8198 is #627E67. Grayscale: #8B8B8B. Windows color (decimal): -6454888 or 9994653. OLE color: 9994653.
HSL color Cylindrical-coordinate representation of color #9D8198: hue angle of 310.71º 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 #9D8198 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 129 | 152 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.38 |
| HSL | 310.71º | 0.13% | 0.56% | - |
| HSV(B) | 310.71º | 0.18% | 0.62% | - |
| XYZ | 27.42 | 25.14 | 33.11 | - |
| YUV | 139.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 152 | 0 | 0.18 | 0.03 | 0.38 | 310.71 | 0.13 | 0.56 |
| Hex | 9D | 81 | 98 | 0 | 12 | 3 | 26 | 137 | C | 38 |
| Octal | 235 | 201 | 230 | 0 | 22 | 3 | 46 | 467 | 14 | 70 |
| Binary | 10011101 | 10000001 | 10011000 | 0 | 10010 | 11 | 100110 | 100110111 | 1100 | 111000 |
Color Harmonies of #9D8198
Complementary color
Monochromatic Colors of #9D8198
Black with #9D8198
Text Example
Text Example
White with #9D8198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8198; }
p { color: rgb(157,129,152); }
H1.HeaderClassName
{
color: #9D8198;
}
.AnyTagClassName
{
color: #9D8198;
}
</style>
background-color css
<style>
a { background-color: #9D8198; }
a { background-color: rgb(157,129,152); }
div.DivClassName
{
background-color: #9D8198;
}
.BgClassName
{
background-color: #9D8198;
}
</style>
border-color css
<style>
span { border-color: #9D8198; }
span { border-color: rgb(157,129,152); }
td.TdClassName
{
border-color: #9D8198;
}
.TagClassName
{
border-color: #9D8198;
}
</style>