Shades of Royal Heath #9C477F
Tints of Royal Heath #9C477F
RGB
CMYK
RGB Variations
Color information
#9C477F (or 0x9C477F) is known color: Royal Heath. HEX triplet: 9C, 47 and 7F. RGB value is (156,71,127). Sum of RGB (Red+Green+Blue) = 156+71+127=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C477F is #63B880. Grayscale: #666666. Windows color (decimal): -6535297 or 8341404. OLE color: 8341404.
HSL color Cylindrical-coordinate representation of color #9C477F: hue angle of 320.47º 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 #9C477F is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 71 | 127 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.39 |
| HSL | 320.47º | 0.37% | 0.45% | - |
| HSV(B) | 320.47º | 0.54% | 0.61% | - |
| XYZ | 19.79 | 13.11 | 21.57 | - |
| YUV | 102.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 71 | 127 | 0 | 0.54 | 0.19 | 0.39 | 320.47 | 0.37 | 0.45 |
| Hex | 9C | 47 | 7F | 0 | 36 | 13 | 27 | 140 | 25 | 2D |
| Octal | 234 | 107 | 177 | 0 | 66 | 23 | 47 | 500 | 45 | 55 |
| Binary | 10011100 | 1000111 | 1111111 | 0 | 110110 | 10011 | 100111 | 101000000 | 100101 | 101101 |
Color Harmonies of #9C477F
Complementary color
Monochromatic Colors of #9C477F
Black with #9C477F
Text Example
Text Example
White with #9C477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C477F; }
p { color: rgb(156,71,127); }
H1.HeaderClassName
{
color: #9C477F;
}
.AnyTagClassName
{
color: #9C477F;
}
</style>
background-color css
<style>
a { background-color: #9C477F; }
a { background-color: rgb(156,71,127); }
div.DivClassName
{
background-color: #9C477F;
}
.BgClassName
{
background-color: #9C477F;
}
</style>
border-color css
<style>
span { border-color: #9C477F; }
span { border-color: rgb(156,71,127); }
td.TdClassName
{
border-color: #9C477F;
}
.TagClassName
{
border-color: #9C477F;
}
</style>