Shades of Royal Heath #9F4579
Tints of Royal Heath #9F4579
RGB
CMYK
RGB Variations
Color information
#9F4579 (or 0x9F4579) is known color: Royal Heath. HEX triplet: 9F, 45 and 79. RGB value is (159,69,121). Sum of RGB (Red+Green+Blue) = 159+69+121=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4579 is #60BA86. Grayscale: #656565. Windows color (decimal): -6339207 or 7947679. OLE color: 7947679.
HSL color Cylindrical-coordinate representation of color #9F4579: hue angle of 325.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F4579 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 69 | 121 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.38 |
| HSL | 325.33º | 0.39% | 0.45% | - |
| HSV(B) | 325.33º | 0.57% | 0.62% | - |
| XYZ | 19.88 | 13.01 | 19.55 | - |
| YUV | 101.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 121 | 0 | 0.57 | 0.24 | 0.38 | 325.33 | 0.39 | 0.45 |
| Hex | 9F | 45 | 79 | 0 | 39 | 18 | 26 | 145 | 27 | 2D |
| Octal | 237 | 105 | 171 | 0 | 71 | 30 | 46 | 505 | 47 | 55 |
| Binary | 10011111 | 1000101 | 1111001 | 0 | 111001 | 11000 | 100110 | 101000101 | 100111 | 101101 |
Color Harmonies of #9F4579
Complementary color
Monochromatic Colors of #9F4579
Black with #9F4579
Text Example
Text Example
White with #9F4579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4579; }
p { color: rgb(159,69,121); }
H1.HeaderClassName
{
color: #9F4579;
}
.AnyTagClassName
{
color: #9F4579;
}
</style>
background-color css
<style>
a { background-color: #9F4579; }
a { background-color: rgb(159,69,121); }
div.DivClassName
{
background-color: #9F4579;
}
.BgClassName
{
background-color: #9F4579;
}
</style>
border-color css
<style>
span { border-color: #9F4579; }
span { border-color: rgb(159,69,121); }
td.TdClassName
{
border-color: #9F4579;
}
.TagClassName
{
border-color: #9F4579;
}
</style>