Shades of Royal Heath #9F497D
Tints of Royal Heath #9F497D
RGB
CMYK
RGB Variations
Color information
#9F497D (or 0x9F497D) is known color: Royal Heath. HEX triplet: 9F, 49 and 7D. RGB value is (159,73,125). Sum of RGB (Red+Green+Blue) = 159+73+125=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F497D is #60B682. Grayscale: #686868. Windows color (decimal): -6338179 or 8210847. OLE color: 8210847.
HSL color Cylindrical-coordinate representation of color #9F497D: hue angle of 323.72º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F497D is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 125 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.38 |
| HSL | 323.72º | 0.37% | 0.45% | - |
| HSV(B) | 323.72º | 0.54% | 0.62% | - |
| XYZ | 20.38 | 13.62 | 20.96 | - |
| YUV | 104.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 125 | 0 | 0.54 | 0.21 | 0.38 | 323.72 | 0.37 | 0.45 |
| Hex | 9F | 49 | 7D | 0 | 36 | 15 | 26 | 144 | 25 | 2D |
| Octal | 237 | 111 | 175 | 0 | 66 | 25 | 46 | 504 | 45 | 55 |
| Binary | 10011111 | 1001001 | 1111101 | 0 | 110110 | 10101 | 100110 | 101000100 | 100101 | 101101 |
Color Harmonies of #9F497D
Complementary color
Monochromatic Colors of #9F497D
Black with #9F497D
Text Example
Text Example
White with #9F497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F497D; }
p { color: rgb(159,73,125); }
H1.HeaderClassName
{
color: #9F497D;
}
.AnyTagClassName
{
color: #9F497D;
}
</style>
background-color css
<style>
a { background-color: #9F497D; }
a { background-color: rgb(159,73,125); }
div.DivClassName
{
background-color: #9F497D;
}
.BgClassName
{
background-color: #9F497D;
}
</style>
border-color css
<style>
span { border-color: #9F497D; }
span { border-color: rgb(159,73,125); }
td.TdClassName
{
border-color: #9F497D;
}
.TagClassName
{
border-color: #9F497D;
}
</style>