Shades of Royal Heath #9D4D75
Tints of Royal Heath #9D4D75
RGB
CMYK
RGB Variations
Color information
#9D4D75 (or 0x9D4D75) is known color: Royal Heath. HEX triplet: 9D, 4D and 75. RGB value is (157,77,117). Sum of RGB (Red+Green+Blue) = 157+77+117=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4D75 is #62B28A. Grayscale: #696969. Windows color (decimal): -6468235 or 7687581. OLE color: 7687581.
HSL color Cylindrical-coordinate representation of color #9D4D75: hue angle of 330º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D4D75 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 77 | 117 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.38 |
| HSL | 330º | 0.34% | 0.46% | - |
| HSV(B) | 330º | 0.51% | 0.62% | - |
| XYZ | 19.77 | 13.76 | 18.44 | - |
| YUV | 105.48 | 134.5 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 117 | 0 | 0.51 | 0.25 | 0.38 | 330 | 0.34 | 0.46 |
| Hex | 9D | 4D | 75 | 0 | 33 | 19 | 26 | 14A | 22 | 2E |
| Octal | 235 | 115 | 165 | 0 | 63 | 31 | 46 | 512 | 42 | 56 |
| Binary | 10011101 | 1001101 | 1110101 | 0 | 110011 | 11001 | 100110 | 101001010 | 100010 | 101110 |
Color Harmonies of #9D4D75
Complementary color
Monochromatic Colors of #9D4D75
Black with #9D4D75
Text Example
Text Example
White with #9D4D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4D75; }
p { color: rgb(157,77,117); }
H1.HeaderClassName
{
color: #9D4D75;
}
.AnyTagClassName
{
color: #9D4D75;
}
</style>
background-color css
<style>
a { background-color: #9D4D75; }
a { background-color: rgb(157,77,117); }
div.DivClassName
{
background-color: #9D4D75;
}
.BgClassName
{
background-color: #9D4D75;
}
</style>
border-color css
<style>
span { border-color: #9D4D75; }
span { border-color: rgb(157,77,117); }
td.TdClassName
{
border-color: #9D4D75;
}
.TagClassName
{
border-color: #9D4D75;
}
</style>