Shades of Royal Heath #9F4C75
Tints of Royal Heath #9F4C75
RGB
CMYK
RGB Variations
Color information
#9F4C75 (or 0x9F4C75) is known color: Royal Heath. HEX triplet: 9F, 4C and 75. RGB value is (159,76,117). Sum of RGB (Red+Green+Blue) = 159+76+117=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4C75 is #60B38A. Grayscale: #696969. Windows color (decimal): -6337419 or 7687327. OLE color: 7687327.
HSL color Cylindrical-coordinate representation of color #9F4C75: hue angle of 330.36º 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 #9F4C75 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 76 | 117 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.38 |
| HSL | 330.36º | 0.35% | 0.46% | - |
| HSV(B) | 330.36º | 0.52% | 0.62% | - |
| XYZ | 20.09 | 13.82 | 18.44 | - |
| YUV | 105.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 76 | 117 | 0 | 0.52 | 0.26 | 0.38 | 330.36 | 0.35 | 0.46 |
| Hex | 9F | 4C | 75 | 0 | 34 | 1A | 26 | 14A | 23 | 2E |
| Octal | 237 | 114 | 165 | 0 | 64 | 32 | 46 | 512 | 43 | 56 |
| Binary | 10011111 | 1001100 | 1110101 | 0 | 110100 | 11010 | 100110 | 101001010 | 100011 | 101110 |
Color Harmonies of #9F4C75
Complementary color
Monochromatic Colors of #9F4C75
Black with #9F4C75
Text Example
Text Example
White with #9F4C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4C75; }
p { color: rgb(159,76,117); }
H1.HeaderClassName
{
color: #9F4C75;
}
.AnyTagClassName
{
color: #9F4C75;
}
</style>
background-color css
<style>
a { background-color: #9F4C75; }
a { background-color: rgb(159,76,117); }
div.DivClassName
{
background-color: #9F4C75;
}
.BgClassName
{
background-color: #9F4C75;
}
</style>
border-color css
<style>
span { border-color: #9F4C75; }
span { border-color: rgb(159,76,117); }
td.TdClassName
{
border-color: #9F4C75;
}
.TagClassName
{
border-color: #9F4C75;
}
</style>