Shades of Royal Heath #9F497B
Tints of Royal Heath #9F497B
RGB
CMYK
RGB Variations
Color information
#9F497B (or 0x9F497B) is known color: Royal Heath. HEX triplet: 9F, 49 and 7B. RGB value is (159,73,123). Sum of RGB (Red+Green+Blue) = 159+73+123=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F497B is #60B684. Grayscale: #686868. Windows color (decimal): -6338181 or 8079775. OLE color: 8079775.
HSL color Cylindrical-coordinate representation of color #9F497B: hue angle of 325.12º 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 #9F497B is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 123 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.38 |
| HSL | 325.12º | 0.37% | 0.45% | - |
| HSV(B) | 325.12º | 0.54% | 0.62% | - |
| XYZ | 20.26 | 13.57 | 20.29 | - |
| YUV | 104.41 | 138.49 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 123 | 0 | 0.54 | 0.23 | 0.38 | 325.12 | 0.37 | 0.45 |
| Hex | 9F | 49 | 7B | 0 | 36 | 17 | 26 | 145 | 25 | 2D |
| Octal | 237 | 111 | 173 | 0 | 66 | 27 | 46 | 505 | 45 | 55 |
| Binary | 10011111 | 1001001 | 1111011 | 0 | 110110 | 10111 | 100110 | 101000101 | 100101 | 101101 |
Color Harmonies of #9F497B
Complementary color
Monochromatic Colors of #9F497B
Black with #9F497B
Text Example
Text Example
White with #9F497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F497B; }
p { color: rgb(159,73,123); }
H1.HeaderClassName
{
color: #9F497B;
}
.AnyTagClassName
{
color: #9F497B;
}
</style>
background-color css
<style>
a { background-color: #9F497B; }
a { background-color: rgb(159,73,123); }
div.DivClassName
{
background-color: #9F497B;
}
.BgClassName
{
background-color: #9F497B;
}
</style>
border-color css
<style>
span { border-color: #9F497B; }
span { border-color: rgb(159,73,123); }
td.TdClassName
{
border-color: #9F497B;
}
.TagClassName
{
border-color: #9F497B;
}
</style>