Shades of Royal Heath #9F4D75
Tints of Royal Heath #9F4D75
RGB
CMYK
RGB Variations
Color information
#9F4D75 (or 0x9F4D75) is known color: Royal Heath. HEX triplet: 9F, 4D and 75. RGB value is (159,77,117). Sum of RGB (Red+Green+Blue) = 159+77+117=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4D75 is #60B28A. Grayscale: #6A6A6A. Windows color (decimal): -6337163 or 7687583. OLE color: 7687583.
HSL color Cylindrical-coordinate representation of color #9F4D75: hue angle of 330.73º 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 #9F4D75 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 77 | 117 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.38 |
| HSL | 330.73º | 0.35% | 0.46% | - |
| HSV(B) | 330.73º | 0.52% | 0.62% | - |
| XYZ | 20.16 | 13.96 | 18.46 | - |
| YUV | 106.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 117 | 0 | 0.52 | 0.26 | 0.38 | 330.73 | 0.35 | 0.46 |
| Hex | 9F | 4D | 75 | 0 | 34 | 1A | 26 | 14B | 23 | 2E |
| Octal | 237 | 115 | 165 | 0 | 64 | 32 | 46 | 513 | 43 | 56 |
| Binary | 10011111 | 1001101 | 1110101 | 0 | 110100 | 11010 | 100110 | 101001011 | 100011 | 101110 |
Color Harmonies of #9F4D75
Complementary color
Monochromatic Colors of #9F4D75
Black with #9F4D75
Text Example
Text Example
White with #9F4D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4D75; }
p { color: rgb(159,77,117); }
H1.HeaderClassName
{
color: #9F4D75;
}
.AnyTagClassName
{
color: #9F4D75;
}
</style>
background-color css
<style>
a { background-color: #9F4D75; }
a { background-color: rgb(159,77,117); }
div.DivClassName
{
background-color: #9F4D75;
}
.BgClassName
{
background-color: #9F4D75;
}
</style>
border-color css
<style>
span { border-color: #9F4D75; }
span { border-color: rgb(159,77,117); }
td.TdClassName
{
border-color: #9F4D75;
}
.TagClassName
{
border-color: #9F4D75;
}
</style>