Shades of Royal Heath #9D497B
Tints of Royal Heath #9D497B
RGB
CMYK
RGB Variations
Color information
#9D497B (or 0x9D497B) is known color: Royal Heath. HEX triplet: 9D, 49 and 7B. RGB value is (157,73,123). Sum of RGB (Red+Green+Blue) = 157+73+123=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D497B is #62B684. Grayscale: #676767. Windows color (decimal): -6469253 or 8079773. OLE color: 8079773.
HSL color Cylindrical-coordinate representation of color #9D497B: hue angle of 324.29º 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 #9D497B is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 73 | 123 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.38 |
| HSL | 324.29º | 0.37% | 0.45% | - |
| HSV(B) | 324.29º | 0.54% | 0.62% | - |
| XYZ | 19.86 | 13.36 | 20.27 | - |
| YUV | 103.82 | 138.83 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 73 | 123 | 0 | 0.54 | 0.22 | 0.38 | 324.29 | 0.37 | 0.45 |
| Hex | 9D | 49 | 7B | 0 | 36 | 16 | 26 | 144 | 25 | 2D |
| Octal | 235 | 111 | 173 | 0 | 66 | 26 | 46 | 504 | 45 | 55 |
| Binary | 10011101 | 1001001 | 1111011 | 0 | 110110 | 10110 | 100110 | 101000100 | 100101 | 101101 |
Color Harmonies of #9D497B
Complementary color
Monochromatic Colors of #9D497B
Black with #9D497B
Text Example
Text Example
White with #9D497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D497B; }
p { color: rgb(157,73,123); }
H1.HeaderClassName
{
color: #9D497B;
}
.AnyTagClassName
{
color: #9D497B;
}
</style>
background-color css
<style>
a { background-color: #9D497B; }
a { background-color: rgb(157,73,123); }
div.DivClassName
{
background-color: #9D497B;
}
.BgClassName
{
background-color: #9D497B;
}
</style>
border-color css
<style>
span { border-color: #9D497B; }
span { border-color: rgb(157,73,123); }
td.TdClassName
{
border-color: #9D497B;
}
.TagClassName
{
border-color: #9D497B;
}
</style>