Shades of Royal Heath #9F4A79
Tints of Royal Heath #9F4A79
RGB
CMYK
RGB Variations
Color information
#9F4A79 (or 0x9F4A79) is known color: Royal Heath. HEX triplet: 9F, 4A and 79. RGB value is (159,74,121). Sum of RGB (Red+Green+Blue) = 159+74+121=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4A79 is #60B586. Grayscale: #686868. Windows color (decimal): -6337927 or 7948959. OLE color: 7948959.
HSL color Cylindrical-coordinate representation of color #9F4A79: hue angle of 326.82º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F4A79 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 74 | 121 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.38 |
| HSL | 326.82º | 0.36% | 0.46% | - |
| HSV(B) | 326.82º | 0.53% | 0.62% | - |
| XYZ | 20.2 | 13.65 | 19.66 | - |
| YUV | 104.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 74 | 121 | 0 | 0.53 | 0.24 | 0.38 | 326.82 | 0.36 | 0.46 |
| Hex | 9F | 4A | 79 | 0 | 35 | 18 | 26 | 147 | 24 | 2E |
| Octal | 237 | 112 | 171 | 0 | 65 | 30 | 46 | 507 | 44 | 56 |
| Binary | 10011111 | 1001010 | 1111001 | 0 | 110101 | 11000 | 100110 | 101000111 | 100100 | 101110 |
Color Harmonies of #9F4A79
Complementary color
Monochromatic Colors of #9F4A79
Black with #9F4A79
Text Example
Text Example
White with #9F4A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4A79; }
p { color: rgb(159,74,121); }
H1.HeaderClassName
{
color: #9F4A79;
}
.AnyTagClassName
{
color: #9F4A79;
}
</style>
background-color css
<style>
a { background-color: #9F4A79; }
a { background-color: rgb(159,74,121); }
div.DivClassName
{
background-color: #9F4A79;
}
.BgClassName
{
background-color: #9F4A79;
}
</style>
border-color css
<style>
span { border-color: #9F4A79; }
span { border-color: rgb(159,74,121); }
td.TdClassName
{
border-color: #9F4A79;
}
.TagClassName
{
border-color: #9F4A79;
}
</style>