Shades of Royal Heath #9C497C
Tints of Royal Heath #9C497C
RGB
CMYK
RGB Variations
Color information
#9C497C (or 0x9C497C) is known color: Royal Heath. HEX triplet: 9C, 49 and 7C. RGB value is (156,73,124). Sum of RGB (Red+Green+Blue) = 156+73+124=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C497C is #63B683. Grayscale: #676767. Windows color (decimal): -6534788 or 8145308. OLE color: 8145308.
HSL color Cylindrical-coordinate representation of color #9C497C: hue angle of 323.13º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C497C is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 73 | 124 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.39 |
| HSL | 323.13º | 0.36% | 0.45% | - |
| HSV(B) | 323.13º | 0.53% | 0.61% | - |
| XYZ | 19.73 | 13.29 | 20.59 | - |
| YUV | 103.63 | 139.5 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 73 | 124 | 0 | 0.53 | 0.21 | 0.39 | 323.13 | 0.36 | 0.45 |
| Hex | 9C | 49 | 7C | 0 | 35 | 15 | 27 | 143 | 24 | 2D |
| Octal | 234 | 111 | 174 | 0 | 65 | 25 | 47 | 503 | 44 | 55 |
| Binary | 10011100 | 1001001 | 1111100 | 0 | 110101 | 10101 | 100111 | 101000011 | 100100 | 101101 |
Color Harmonies of #9C497C
Complementary color
Monochromatic Colors of #9C497C
Black with #9C497C
Text Example
Text Example
White with #9C497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C497C; }
p { color: rgb(156,73,124); }
H1.HeaderClassName
{
color: #9C497C;
}
.AnyTagClassName
{
color: #9C497C;
}
</style>
background-color css
<style>
a { background-color: #9C497C; }
a { background-color: rgb(156,73,124); }
div.DivClassName
{
background-color: #9C497C;
}
.BgClassName
{
background-color: #9C497C;
}
</style>
border-color css
<style>
span { border-color: #9C497C; }
span { border-color: rgb(156,73,124); }
td.TdClassName
{
border-color: #9C497C;
}
.TagClassName
{
border-color: #9C497C;
}
</style>