Shades of Royal Heath #9D497E
Tints of Royal Heath #9D497E
RGB
CMYK
RGB Variations
Color information
#9D497E (or 0x9D497E) is known color: Royal Heath. HEX triplet: 9D, 49 and 7E. RGB value is (157,73,126). Sum of RGB (Red+Green+Blue) = 157+73+126=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D497E is #62B681. Grayscale: #686868. Windows color (decimal): -6469250 or 8276381. OLE color: 8276381.
HSL color Cylindrical-coordinate representation of color #9D497E: hue angle of 322.14º 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 #9D497E is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 73 | 126 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.38 |
| HSL | 322.14º | 0.37% | 0.45% | - |
| HSV(B) | 322.14º | 0.54% | 0.62% | - |
| XYZ | 20.05 | 13.44 | 21.28 | - |
| YUV | 104.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 73 | 126 | 0 | 0.54 | 0.20 | 0.38 | 322.14 | 0.37 | 0.45 |
| Hex | 9D | 49 | 7E | 0 | 36 | 14 | 26 | 142 | 25 | 2D |
| Octal | 235 | 111 | 176 | 0 | 66 | 24 | 46 | 502 | 45 | 55 |
| Binary | 10011101 | 1001001 | 1111110 | 0 | 110110 | 10100 | 100110 | 101000010 | 100101 | 101101 |
Color Harmonies of #9D497E
Complementary color
Monochromatic Colors of #9D497E
Black with #9D497E
Text Example
Text Example
White with #9D497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D497E; }
p { color: rgb(157,73,126); }
H1.HeaderClassName
{
color: #9D497E;
}
.AnyTagClassName
{
color: #9D497E;
}
</style>
background-color css
<style>
a { background-color: #9D497E; }
a { background-color: rgb(157,73,126); }
div.DivClassName
{
background-color: #9D497E;
}
.BgClassName
{
background-color: #9D497E;
}
</style>
border-color css
<style>
span { border-color: #9D497E; }
span { border-color: rgb(157,73,126); }
td.TdClassName
{
border-color: #9D497E;
}
.TagClassName
{
border-color: #9D497E;
}
</style>