Shades of Royal Heath #9D477C
Tints of Royal Heath #9D477C
RGB
CMYK
RGB Variations
Color information
#9D477C (or 0x9D477C) is known color: Royal Heath. HEX triplet: 9D, 47 and 7C. RGB value is (157,71,124). Sum of RGB (Red+Green+Blue) = 157+71+124=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D477C is #62B883. Grayscale: #666666. Windows color (decimal): -6469764 or 8144797. OLE color: 8144797.
HSL color Cylindrical-coordinate representation of color #9D477C: hue angle of 323.02º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D477C is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 71 | 124 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.38 |
| HSL | 323.02º | 0.38% | 0.45% | - |
| HSV(B) | 323.02º | 0.55% | 0.62% | - |
| XYZ | 19.8 | 13.13 | 20.56 | - |
| YUV | 102.76 | 139.99 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 71 | 124 | 0 | 0.55 | 0.21 | 0.38 | 323.02 | 0.38 | 0.45 |
| Hex | 9D | 47 | 7C | 0 | 37 | 15 | 26 | 143 | 26 | 2D |
| Octal | 235 | 107 | 174 | 0 | 67 | 25 | 46 | 503 | 46 | 55 |
| Binary | 10011101 | 1000111 | 1111100 | 0 | 110111 | 10101 | 100110 | 101000011 | 100110 | 101101 |
Color Harmonies of #9D477C
Complementary color
Monochromatic Colors of #9D477C
Black with #9D477C
Text Example
Text Example
White with #9D477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D477C; }
p { color: rgb(157,71,124); }
H1.HeaderClassName
{
color: #9D477C;
}
.AnyTagClassName
{
color: #9D477C;
}
</style>
background-color css
<style>
a { background-color: #9D477C; }
a { background-color: rgb(157,71,124); }
div.DivClassName
{
background-color: #9D477C;
}
.BgClassName
{
background-color: #9D477C;
}
</style>
border-color css
<style>
span { border-color: #9D477C; }
span { border-color: rgb(157,71,124); }
td.TdClassName
{
border-color: #9D477C;
}
.TagClassName
{
border-color: #9D477C;
}
</style>