Shades of Royal Heath #9C4A79
Tints of Royal Heath #9C4A79
RGB
CMYK
RGB Variations
Color information
#9C4A79 (or 0x9C4A79) is known color: Royal Heath. HEX triplet: 9C, 4A and 79. RGB value is (156,74,121). Sum of RGB (Red+Green+Blue) = 156+74+121=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4A79 is #63B586. Grayscale: #676767. Windows color (decimal): -6534535 or 7948956. OLE color: 7948956.
HSL color Cylindrical-coordinate representation of color #9C4A79: hue angle of 325.61º 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 #9C4A79 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 74 | 121 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.39 |
| HSL | 325.61º | 0.36% | 0.45% | - |
| HSV(B) | 325.61º | 0.53% | 0.61% | - |
| XYZ | 19.61 | 13.35 | 19.63 | - |
| YUV | 103.88 | 137.67 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 74 | 121 | 0 | 0.53 | 0.22 | 0.39 | 325.61 | 0.36 | 0.45 |
| Hex | 9C | 4A | 79 | 0 | 35 | 16 | 27 | 146 | 24 | 2D |
| Octal | 234 | 112 | 171 | 0 | 65 | 26 | 47 | 506 | 44 | 55 |
| Binary | 10011100 | 1001010 | 1111001 | 0 | 110101 | 10110 | 100111 | 101000110 | 100100 | 101101 |
Color Harmonies of #9C4A79
Complementary color
Monochromatic Colors of #9C4A79
Black with #9C4A79
Text Example
Text Example
White with #9C4A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4A79; }
p { color: rgb(156,74,121); }
H1.HeaderClassName
{
color: #9C4A79;
}
.AnyTagClassName
{
color: #9C4A79;
}
</style>
background-color css
<style>
a { background-color: #9C4A79; }
a { background-color: rgb(156,74,121); }
div.DivClassName
{
background-color: #9C4A79;
}
.BgClassName
{
background-color: #9C4A79;
}
</style>
border-color css
<style>
span { border-color: #9C4A79; }
span { border-color: rgb(156,74,121); }
td.TdClassName
{
border-color: #9C4A79;
}
.TagClassName
{
border-color: #9C4A79;
}
</style>