Shades of Royal Heath #9D497D
Tints of Royal Heath #9D497D
RGB
CMYK
RGB Variations
Color information
#9D497D (or 0x9D497D) is known color: Royal Heath. HEX triplet: 9D, 49 and 7D. RGB value is (157,73,125). Sum of RGB (Red+Green+Blue) = 157+73+125=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D497D is #62B682. Grayscale: #676767. Windows color (decimal): -6469251 or 8210845. OLE color: 8210845.
HSL color Cylindrical-coordinate representation of color #9D497D: hue angle of 322.86º 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 #9D497D is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 73 | 125 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.38 |
| HSL | 322.86º | 0.37% | 0.45% | - |
| HSV(B) | 322.86º | 0.54% | 0.62% | - |
| XYZ | 19.99 | 13.41 | 20.94 | - |
| YUV | 104.04 | 139.83 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 73 | 125 | 0 | 0.54 | 0.20 | 0.38 | 322.86 | 0.37 | 0.45 |
| Hex | 9D | 49 | 7D | 0 | 36 | 14 | 26 | 143 | 25 | 2D |
| Octal | 235 | 111 | 175 | 0 | 66 | 24 | 46 | 503 | 45 | 55 |
| Binary | 10011101 | 1001001 | 1111101 | 0 | 110110 | 10100 | 100110 | 101000011 | 100101 | 101101 |
Color Harmonies of #9D497D
Complementary color
Monochromatic Colors of #9D497D
Black with #9D497D
Text Example
Text Example
White with #9D497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D497D; }
p { color: rgb(157,73,125); }
H1.HeaderClassName
{
color: #9D497D;
}
.AnyTagClassName
{
color: #9D497D;
}
</style>
background-color css
<style>
a { background-color: #9D497D; }
a { background-color: rgb(157,73,125); }
div.DivClassName
{
background-color: #9D497D;
}
.BgClassName
{
background-color: #9D497D;
}
</style>
border-color css
<style>
span { border-color: #9D497D; }
span { border-color: rgb(157,73,125); }
td.TdClassName
{
border-color: #9D497D;
}
.TagClassName
{
border-color: #9D497D;
}
</style>