Shades of Royal Heath #9D487F
Tints of Royal Heath #9D487F
RGB
CMYK
RGB Variations
Color information
#9D487F (or 0x9D487F) is known color: Royal Heath. HEX triplet: 9D, 48 and 7F. RGB value is (157,72,127). Sum of RGB (Red+Green+Blue) = 157+72+127=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D487F is #62B780. Grayscale: #676767. Windows color (decimal): -6469505 or 8341661. OLE color: 8341661.
HSL color Cylindrical-coordinate representation of color #9D487F: hue angle of 321.18º 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 #9D487F is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 72 | 127 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.38 |
| HSL | 321.18º | 0.37% | 0.45% | - |
| HSV(B) | 321.18º | 0.54% | 0.62% | - |
| XYZ | 20.05 | 13.34 | 21.6 | - |
| YUV | 103.69 | 141.16 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 72 | 127 | 0 | 0.54 | 0.19 | 0.38 | 321.18 | 0.37 | 0.45 |
| Hex | 9D | 48 | 7F | 0 | 36 | 13 | 26 | 141 | 25 | 2D |
| Octal | 235 | 110 | 177 | 0 | 66 | 23 | 46 | 501 | 45 | 55 |
| Binary | 10011101 | 1001000 | 1111111 | 0 | 110110 | 10011 | 100110 | 101000001 | 100101 | 101101 |
Color Harmonies of #9D487F
Complementary color
Monochromatic Colors of #9D487F
Black with #9D487F
Text Example
Text Example
White with #9D487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D487F; }
p { color: rgb(157,72,127); }
H1.HeaderClassName
{
color: #9D487F;
}
.AnyTagClassName
{
color: #9D487F;
}
</style>
background-color css
<style>
a { background-color: #9D487F; }
a { background-color: rgb(157,72,127); }
div.DivClassName
{
background-color: #9D487F;
}
.BgClassName
{
background-color: #9D487F;
}
</style>
border-color css
<style>
span { border-color: #9D487F; }
span { border-color: rgb(157,72,127); }
td.TdClassName
{
border-color: #9D487F;
}
.TagClassName
{
border-color: #9D487F;
}
</style>