Shades of Royal Heath #9D4780
Tints of Royal Heath #9D4780
RGB
CMYK
RGB Variations
Color information
#9D4780 (or 0x9D4780) is known color: Royal Heath. HEX triplet: 9D, 47 and 80. RGB value is (157,71,128). Sum of RGB (Red+Green+Blue) = 157+71+128=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4780 is #62B87F. Grayscale: #676767. Windows color (decimal): -6469760 or 8406941. OLE color: 8406941.
HSL color Cylindrical-coordinate representation of color #9D4780: hue angle of 320.23º 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 #9D4780 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 71 | 128 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.38 |
| HSL | 320.23º | 0.38% | 0.45% | - |
| HSV(B) | 320.23º | 0.55% | 0.62% | - |
| XYZ | 20.05 | 13.23 | 21.92 | - |
| YUV | 103.21 | 141.99 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 71 | 128 | 0 | 0.55 | 0.18 | 0.38 | 320.23 | 0.38 | 0.45 |
| Hex | 9D | 47 | 80 | 0 | 37 | 12 | 26 | 140 | 26 | 2D |
| Octal | 235 | 107 | 200 | 0 | 67 | 22 | 46 | 500 | 46 | 55 |
| Binary | 10011101 | 1000111 | 10000000 | 0 | 110111 | 10010 | 100110 | 101000000 | 100110 | 101101 |
Color Harmonies of #9D4780
Complementary color
Monochromatic Colors of #9D4780
Black with #9D4780
Text Example
Text Example
White with #9D4780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4780; }
p { color: rgb(157,71,128); }
H1.HeaderClassName
{
color: #9D4780;
}
.AnyTagClassName
{
color: #9D4780;
}
</style>
background-color css
<style>
a { background-color: #9D4780; }
a { background-color: rgb(157,71,128); }
div.DivClassName
{
background-color: #9D4780;
}
.BgClassName
{
background-color: #9D4780;
}
</style>
border-color css
<style>
span { border-color: #9D4780; }
span { border-color: rgb(157,71,128); }
td.TdClassName
{
border-color: #9D4780;
}
.TagClassName
{
border-color: #9D4780;
}
</style>