Shades of Royal Heath #9D4C78
Tints of Royal Heath #9D4C78
RGB
CMYK
RGB Variations
Color information
#9D4C78 (or 0x9D4C78) is known color: Royal Heath. HEX triplet: 9D, 4C and 78. RGB value is (157,76,120). Sum of RGB (Red+Green+Blue) = 157+76+120=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4C78 is #62B387. Grayscale: #696969. Windows color (decimal): -6468488 or 7883933. OLE color: 7883933.
HSL color Cylindrical-coordinate representation of color #9D4C78: hue angle of 327.41º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D4C78 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 76 | 120 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.38 |
| HSL | 327.41º | 0.35% | 0.46% | - |
| HSV(B) | 327.41º | 0.52% | 0.62% | - |
| XYZ | 19.88 | 13.69 | 19.36 | - |
| YUV | 105.24 | 136.34 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 76 | 120 | 0 | 0.52 | 0.24 | 0.38 | 327.41 | 0.35 | 0.46 |
| Hex | 9D | 4C | 78 | 0 | 34 | 18 | 26 | 147 | 23 | 2E |
| Octal | 235 | 114 | 170 | 0 | 64 | 30 | 46 | 507 | 43 | 56 |
| Binary | 10011101 | 1001100 | 1111000 | 0 | 110100 | 11000 | 100110 | 101000111 | 100011 | 101110 |
Color Harmonies of #9D4C78
Complementary color
Monochromatic Colors of #9D4C78
Black with #9D4C78
Text Example
Text Example
White with #9D4C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4C78; }
p { color: rgb(157,76,120); }
H1.HeaderClassName
{
color: #9D4C78;
}
.AnyTagClassName
{
color: #9D4C78;
}
</style>
background-color css
<style>
a { background-color: #9D4C78; }
a { background-color: rgb(157,76,120); }
div.DivClassName
{
background-color: #9D4C78;
}
.BgClassName
{
background-color: #9D4C78;
}
</style>
border-color css
<style>
span { border-color: #9D4C78; }
span { border-color: rgb(157,76,120); }
td.TdClassName
{
border-color: #9D4C78;
}
.TagClassName
{
border-color: #9D4C78;
}
</style>