Shades of Royal Heath #9F4D73
Tints of Royal Heath #9F4D73
RGB
CMYK
RGB Variations
Color information
#9F4D73 (or 0x9F4D73) is known color: Royal Heath. HEX triplet: 9F, 4D and 73. RGB value is (159,77,115). Sum of RGB (Red+Green+Blue) = 159+77+115=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4D73 is #60B28C. Grayscale: #696969. Windows color (decimal): -6337165 or 7556511. OLE color: 7556511.
HSL color Cylindrical-coordinate representation of color #9F4D73: hue angle of 332.2º 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 #9F4D73 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 77 | 115 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.38 |
| HSL | 332.2º | 0.35% | 0.46% | - |
| HSV(B) | 332.2º | 0.52% | 0.62% | - |
| XYZ | 20.05 | 13.92 | 17.85 | - |
| YUV | 105.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 115 | 0 | 0.52 | 0.28 | 0.38 | 332.2 | 0.35 | 0.46 |
| Hex | 9F | 4D | 73 | 0 | 34 | 1C | 26 | 14C | 23 | 2E |
| Octal | 237 | 115 | 163 | 0 | 64 | 34 | 46 | 514 | 43 | 56 |
| Binary | 10011111 | 1001101 | 1110011 | 0 | 110100 | 11100 | 100110 | 101001100 | 100011 | 101110 |
Color Harmonies of #9F4D73
Complementary color
Monochromatic Colors of #9F4D73
Black with #9F4D73
Text Example
Text Example
White with #9F4D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4D73; }
p { color: rgb(159,77,115); }
H1.HeaderClassName
{
color: #9F4D73;
}
.AnyTagClassName
{
color: #9F4D73;
}
</style>
background-color css
<style>
a { background-color: #9F4D73; }
a { background-color: rgb(159,77,115); }
div.DivClassName
{
background-color: #9F4D73;
}
.BgClassName
{
background-color: #9F4D73;
}
</style>
border-color css
<style>
span { border-color: #9F4D73; }
span { border-color: rgb(159,77,115); }
td.TdClassName
{
border-color: #9F4D73;
}
.TagClassName
{
border-color: #9F4D73;
}
</style>