Shades of Royal Heath #9F4E75
Tints of Royal Heath #9F4E75
RGB
CMYK
RGB Variations
Color information
#9F4E75 (or 0x9F4E75) is known color: Royal Heath. HEX triplet: 9F, 4E and 75. RGB value is (159,78,117). Sum of RGB (Red+Green+Blue) = 159+78+117=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E75 is #60B18A. Grayscale: #6A6A6A. Windows color (decimal): -6336907 or 7687839. OLE color: 7687839.
HSL color Cylindrical-coordinate representation of color #9F4E75: hue angle of 331.11º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F4E75 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 78 | 117 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.38 |
| HSL | 331.11º | 0.34% | 0.46% | - |
| HSV(B) | 331.11º | 0.51% | 0.62% | - |
| XYZ | 20.23 | 14.1 | 18.49 | - |
| YUV | 106.67 | 133.84 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 117 | 0 | 0.51 | 0.26 | 0.38 | 331.11 | 0.34 | 0.46 |
| Hex | 9F | 4E | 75 | 0 | 33 | 1A | 26 | 14B | 22 | 2E |
| Octal | 237 | 116 | 165 | 0 | 63 | 32 | 46 | 513 | 42 | 56 |
| Binary | 10011111 | 1001110 | 1110101 | 0 | 110011 | 11010 | 100110 | 101001011 | 100010 | 101110 |
Color Harmonies of #9F4E75
Complementary color
Monochromatic Colors of #9F4E75
Black with #9F4E75
Text Example
Text Example
White with #9F4E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4E75; }
p { color: rgb(159,78,117); }
H1.HeaderClassName
{
color: #9F4E75;
}
.AnyTagClassName
{
color: #9F4E75;
}
</style>
background-color css
<style>
a { background-color: #9F4E75; }
a { background-color: rgb(159,78,117); }
div.DivClassName
{
background-color: #9F4E75;
}
.BgClassName
{
background-color: #9F4E75;
}
</style>
border-color css
<style>
span { border-color: #9F4E75; }
span { border-color: rgb(159,78,117); }
td.TdClassName
{
border-color: #9F4E75;
}
.TagClassName
{
border-color: #9F4E75;
}
</style>