Shades of Royal Heath #9D4B79
Tints of Royal Heath #9D4B79
RGB
CMYK
RGB Variations
Color information
#9D4B79 (or 0x9D4B79) is known color: Royal Heath. HEX triplet: 9D, 4B and 79. RGB value is (157,75,121). Sum of RGB (Red+Green+Blue) = 157+75+121=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4B79 is #62B486. Grayscale: #686868. Windows color (decimal): -6468743 or 7949213. OLE color: 7949213.
HSL color Cylindrical-coordinate representation of color #9D4B79: hue angle of 326.34º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D4B79 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 75 | 121 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.38 |
| HSL | 326.34º | 0.35% | 0.45% | - |
| HSV(B) | 326.34º | 0.52% | 0.62% | - |
| XYZ | 19.87 | 13.58 | 19.66 | - |
| YUV | 104.76 | 137.17 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 75 | 121 | 0 | 0.52 | 0.23 | 0.38 | 326.34 | 0.35 | 0.45 |
| Hex | 9D | 4B | 79 | 0 | 34 | 17 | 26 | 146 | 23 | 2D |
| Octal | 235 | 113 | 171 | 0 | 64 | 27 | 46 | 506 | 43 | 55 |
| Binary | 10011101 | 1001011 | 1111001 | 0 | 110100 | 10111 | 100110 | 101000110 | 100011 | 101101 |
Color Harmonies of #9D4B79
Complementary color
Monochromatic Colors of #9D4B79
Black with #9D4B79
Text Example
Text Example
White with #9D4B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4B79; }
p { color: rgb(157,75,121); }
H1.HeaderClassName
{
color: #9D4B79;
}
.AnyTagClassName
{
color: #9D4B79;
}
</style>
background-color css
<style>
a { background-color: #9D4B79; }
a { background-color: rgb(157,75,121); }
div.DivClassName
{
background-color: #9D4B79;
}
.BgClassName
{
background-color: #9D4B79;
}
</style>
border-color css
<style>
span { border-color: #9D4B79; }
span { border-color: rgb(157,75,121); }
td.TdClassName
{
border-color: #9D4B79;
}
.TagClassName
{
border-color: #9D4B79;
}
</style>