Shades of Royal Heath #9C4A78
Tints of Royal Heath #9C4A78
RGB
CMYK
RGB Variations
Color information
#9C4A78 (or 0x9C4A78) is known color: Royal Heath. HEX triplet: 9C, 4A and 78. RGB value is (156,74,120). Sum of RGB (Red+Green+Blue) = 156+74+120=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4A78 is #63B587. Grayscale: #676767. Windows color (decimal): -6534536 or 7883420. OLE color: 7883420.
HSL color Cylindrical-coordinate representation of color #9C4A78: hue angle of 326.34º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C4A78 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 74 | 120 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.39 |
| HSL | 326.34º | 0.36% | 0.45% | - |
| HSV(B) | 326.34º | 0.53% | 0.61% | - |
| XYZ | 19.55 | 13.32 | 19.31 | - |
| YUV | 103.76 | 137.17 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 74 | 120 | 0 | 0.53 | 0.23 | 0.39 | 326.34 | 0.36 | 0.45 |
| Hex | 9C | 4A | 78 | 0 | 35 | 17 | 27 | 146 | 24 | 2D |
| Octal | 234 | 112 | 170 | 0 | 65 | 27 | 47 | 506 | 44 | 55 |
| Binary | 10011100 | 1001010 | 1111000 | 0 | 110101 | 10111 | 100111 | 101000110 | 100100 | 101101 |
Color Harmonies of #9C4A78
Complementary color
Monochromatic Colors of #9C4A78
Black with #9C4A78
Text Example
Text Example
White with #9C4A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4A78; }
p { color: rgb(156,74,120); }
H1.HeaderClassName
{
color: #9C4A78;
}
.AnyTagClassName
{
color: #9C4A78;
}
</style>
background-color css
<style>
a { background-color: #9C4A78; }
a { background-color: rgb(156,74,120); }
div.DivClassName
{
background-color: #9C4A78;
}
.BgClassName
{
background-color: #9C4A78;
}
</style>
border-color css
<style>
span { border-color: #9C4A78; }
span { border-color: rgb(156,74,120); }
td.TdClassName
{
border-color: #9C4A78;
}
.TagClassName
{
border-color: #9C4A78;
}
</style>