Shades of Royal Heath #9C487C
Tints of Royal Heath #9C487C
RGB
CMYK
RGB Variations
Color information
#9C487C (or 0x9C487C) is known color: Royal Heath. HEX triplet: 9C, 48 and 7C. RGB value is (156,72,124). Sum of RGB (Red+Green+Blue) = 156+72+124=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C487C is #63B783. Grayscale: #666666. Windows color (decimal): -6535044 or 8145052. OLE color: 8145052.
HSL color Cylindrical-coordinate representation of color #9C487C: hue angle of 322.86º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C487C is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 72 | 124 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.39 |
| HSL | 322.86º | 0.37% | 0.45% | - |
| HSV(B) | 322.86º | 0.54% | 0.61% | - |
| XYZ | 19.67 | 13.16 | 20.57 | - |
| YUV | 103.04 | 139.83 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 72 | 124 | 0 | 0.54 | 0.21 | 0.39 | 322.86 | 0.37 | 0.45 |
| Hex | 9C | 48 | 7C | 0 | 36 | 15 | 27 | 143 | 25 | 2D |
| Octal | 234 | 110 | 174 | 0 | 66 | 25 | 47 | 503 | 45 | 55 |
| Binary | 10011100 | 1001000 | 1111100 | 0 | 110110 | 10101 | 100111 | 101000011 | 100101 | 101101 |
Color Harmonies of #9C487C
Complementary color
Monochromatic Colors of #9C487C
Black with #9C487C
Text Example
Text Example
White with #9C487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C487C; }
p { color: rgb(156,72,124); }
H1.HeaderClassName
{
color: #9C487C;
}
.AnyTagClassName
{
color: #9C487C;
}
</style>
background-color css
<style>
a { background-color: #9C487C; }
a { background-color: rgb(156,72,124); }
div.DivClassName
{
background-color: #9C487C;
}
.BgClassName
{
background-color: #9C487C;
}
</style>
border-color css
<style>
span { border-color: #9C487C; }
span { border-color: rgb(156,72,124); }
td.TdClassName
{
border-color: #9C487C;
}
.TagClassName
{
border-color: #9C487C;
}
</style>