Shades of Bouquet #9C8198
Tints of Bouquet #9C8198
RGB
CMYK
RGB Variations
Color information
#9C8198 (or 0x9C8198) is known color: Bouquet. HEX triplet: 9C, 81 and 98. RGB value is (156,129,152). Sum of RGB (Red+Green+Blue) = 156+129+152=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8198 is #637E67. Grayscale: #8B8B8B. Windows color (decimal): -6520424 or 9994652. OLE color: 9994652.
HSL color Cylindrical-coordinate representation of color #9C8198: hue angle of 308.89º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C8198 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 129 | 152 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.39 |
| HSL | 308.89º | 0.12% | 0.56% | - |
| HSV(B) | 308.89º | 0.17% | 0.61% | - |
| XYZ | 27.23 | 25.04 | 33.1 | - |
| YUV | 139.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 129 | 152 | 0 | 0.17 | 0.03 | 0.39 | 308.89 | 0.12 | 0.56 |
| Hex | 9C | 81 | 98 | 0 | 11 | 3 | 27 | 135 | C | 38 |
| Octal | 234 | 201 | 230 | 0 | 21 | 3 | 47 | 465 | 14 | 70 |
| Binary | 10011100 | 10000001 | 10011000 | 0 | 10001 | 11 | 100111 | 100110101 | 1100 | 111000 |
Color Harmonies of #9C8198
Complementary color
Monochromatic Colors of #9C8198
Black with #9C8198
Text Example
Text Example
White with #9C8198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8198; }
p { color: rgb(156,129,152); }
H1.HeaderClassName
{
color: #9C8198;
}
.AnyTagClassName
{
color: #9C8198;
}
</style>
background-color css
<style>
a { background-color: #9C8198; }
a { background-color: rgb(156,129,152); }
div.DivClassName
{
background-color: #9C8198;
}
.BgClassName
{
background-color: #9C8198;
}
</style>
border-color css
<style>
span { border-color: #9C8198; }
span { border-color: rgb(156,129,152); }
td.TdClassName
{
border-color: #9C8198;
}
.TagClassName
{
border-color: #9C8198;
}
</style>