Shades of Royal Heath #9D4F77
Tints of Royal Heath #9D4F77
RGB
CMYK
RGB Variations
Color information
#9D4F77 (or 0x9D4F77) is known color: Royal Heath. HEX triplet: 9D, 4F and 77. RGB value is (157,79,119). Sum of RGB (Red+Green+Blue) = 157+79+119=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4F77 is #62B088. Grayscale: #6A6A6A. Windows color (decimal): -6467721 or 7819165. OLE color: 7819165.
HSL color Cylindrical-coordinate representation of color #9D4F77: hue angle of 329.23º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D4F77 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 79 | 119 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.38 |
| HSL | 329.23º | 0.33% | 0.46% | - |
| HSV(B) | 329.23º | 0.5% | 0.62% | - |
| XYZ | 20.03 | 14.09 | 19.12 | - |
| YUV | 106.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 79 | 119 | 0 | 0.50 | 0.24 | 0.38 | 329.23 | 0.33 | 0.46 |
| Hex | 9D | 4F | 77 | 0 | 32 | 18 | 26 | 149 | 21 | 2E |
| Octal | 235 | 117 | 167 | 0 | 62 | 30 | 46 | 511 | 41 | 56 |
| Binary | 10011101 | 1001111 | 1110111 | 0 | 110010 | 11000 | 100110 | 101001001 | 100001 | 101110 |
Color Harmonies of #9D4F77
Complementary color
Monochromatic Colors of #9D4F77
Black with #9D4F77
Text Example
Text Example
White with #9D4F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4F77; }
p { color: rgb(157,79,119); }
H1.HeaderClassName
{
color: #9D4F77;
}
.AnyTagClassName
{
color: #9D4F77;
}
</style>
background-color css
<style>
a { background-color: #9D4F77; }
a { background-color: rgb(157,79,119); }
div.DivClassName
{
background-color: #9D4F77;
}
.BgClassName
{
background-color: #9D4F77;
}
</style>
border-color css
<style>
span { border-color: #9D4F77; }
span { border-color: rgb(157,79,119); }
td.TdClassName
{
border-color: #9D4F77;
}
.TagClassName
{
border-color: #9D4F77;
}
</style>