Shades of Royal Heath #9C477C
Tints of Royal Heath #9C477C
RGB
CMYK
RGB Variations
Color information
#9C477C (or 0x9C477C) is known color: Royal Heath. HEX triplet: 9C, 47 and 7C. RGB value is (156,71,124). Sum of RGB (Red+Green+Blue) = 156+71+124=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C477C is #63B883. Grayscale: #666666. Windows color (decimal): -6535300 or 8144796. OLE color: 8144796.
HSL color Cylindrical-coordinate representation of color #9C477C: hue angle of 322.59º 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 #9C477C is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 71 | 124 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.39 |
| HSL | 322.59º | 0.37% | 0.45% | - |
| HSV(B) | 322.59º | 0.54% | 0.61% | - |
| XYZ | 19.6 | 13.03 | 20.55 | - |
| YUV | 102.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 71 | 124 | 0 | 0.54 | 0.21 | 0.39 | 322.59 | 0.37 | 0.45 |
| Hex | 9C | 47 | 7C | 0 | 36 | 15 | 27 | 143 | 25 | 2D |
| Octal | 234 | 107 | 174 | 0 | 66 | 25 | 47 | 503 | 45 | 55 |
| Binary | 10011100 | 1000111 | 1111100 | 0 | 110110 | 10101 | 100111 | 101000011 | 100101 | 101101 |
Color Harmonies of #9C477C
Complementary color
Monochromatic Colors of #9C477C
Black with #9C477C
Text Example
Text Example
White with #9C477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C477C; }
p { color: rgb(156,71,124); }
H1.HeaderClassName
{
color: #9C477C;
}
.AnyTagClassName
{
color: #9C477C;
}
</style>
background-color css
<style>
a { background-color: #9C477C; }
a { background-color: rgb(156,71,124); }
div.DivClassName
{
background-color: #9C477C;
}
.BgClassName
{
background-color: #9C477C;
}
</style>
border-color css
<style>
span { border-color: #9C477C; }
span { border-color: rgb(156,71,124); }
td.TdClassName
{
border-color: #9C477C;
}
.TagClassName
{
border-color: #9C477C;
}
</style>