Shades of Bouquet #9C7A98
Tints of Bouquet #9C7A98
RGB
CMYK
RGB Variations
Color information
#9C7A98 (or 0x9C7A98) is known color: Bouquet. HEX triplet: 9C, 7A and 98. RGB value is (156,122,152). Sum of RGB (Red+Green+Blue) = 156+122+152=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7A98 is #638567. Grayscale: #878787. Windows color (decimal): -6522216 or 9992860. OLE color: 9992860.
HSL color Cylindrical-coordinate representation of color #9C7A98: hue angle of 307.06º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C7A98 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 122 | 152 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.39 |
| HSL | 307.06º | 0.15% | 0.55% | - |
| HSV(B) | 307.06º | 0.22% | 0.61% | - |
| XYZ | 26.34 | 23.25 | 32.81 | - |
| YUV | 135.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 122 | 152 | 0 | 0.22 | 0.03 | 0.39 | 307.06 | 0.15 | 0.55 |
| Hex | 9C | 7A | 98 | 0 | 16 | 3 | 27 | 133 | F | 37 |
| Octal | 234 | 172 | 230 | 0 | 26 | 3 | 47 | 463 | 17 | 67 |
| Binary | 10011100 | 1111010 | 10011000 | 0 | 10110 | 11 | 100111 | 100110011 | 1111 | 110111 |
Color Harmonies of #9C7A98
Complementary color
Monochromatic Colors of #9C7A98
Black with #9C7A98
Text Example
Text Example
White with #9C7A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7A98; }
p { color: rgb(156,122,152); }
H1.HeaderClassName
{
color: #9C7A98;
}
.AnyTagClassName
{
color: #9C7A98;
}
</style>
background-color css
<style>
a { background-color: #9C7A98; }
a { background-color: rgb(156,122,152); }
div.DivClassName
{
background-color: #9C7A98;
}
.BgClassName
{
background-color: #9C7A98;
}
</style>
border-color css
<style>
span { border-color: #9C7A98; }
span { border-color: rgb(156,122,152); }
td.TdClassName
{
border-color: #9C7A98;
}
.TagClassName
{
border-color: #9C7A98;
}
</style>