Shades of Royal Heath #9D4A7D
Tints of Royal Heath #9D4A7D
RGB
CMYK
RGB Variations
Color information
#9D4A7D (or 0x9D4A7D) is known color: Royal Heath. HEX triplet: 9D, 4A and 7D. RGB value is (157,74,125). Sum of RGB (Red+Green+Blue) = 157+74+125=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4A7D is #62B582. Grayscale: #686868. Windows color (decimal): -6468995 or 8211101. OLE color: 8211101.
HSL color Cylindrical-coordinate representation of color #9D4A7D: hue angle of 323.13º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D4A7D is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 74 | 125 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.38 |
| HSL | 323.13º | 0.36% | 0.45% | - |
| HSV(B) | 323.13º | 0.53% | 0.62% | - |
| XYZ | 20.06 | 13.55 | 20.96 | - |
| YUV | 104.63 | 139.5 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 74 | 125 | 0 | 0.53 | 0.20 | 0.38 | 323.13 | 0.36 | 0.45 |
| Hex | 9D | 4A | 7D | 0 | 35 | 14 | 26 | 143 | 24 | 2D |
| Octal | 235 | 112 | 175 | 0 | 65 | 24 | 46 | 503 | 44 | 55 |
| Binary | 10011101 | 1001010 | 1111101 | 0 | 110101 | 10100 | 100110 | 101000011 | 100100 | 101101 |
Color Harmonies of #9D4A7D
Complementary color
Monochromatic Colors of #9D4A7D
Black with #9D4A7D
Text Example
Text Example
White with #9D4A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4A7D; }
p { color: rgb(157,74,125); }
H1.HeaderClassName
{
color: #9D4A7D;
}
.AnyTagClassName
{
color: #9D4A7D;
}
</style>
background-color css
<style>
a { background-color: #9D4A7D; }
a { background-color: rgb(157,74,125); }
div.DivClassName
{
background-color: #9D4A7D;
}
.BgClassName
{
background-color: #9D4A7D;
}
</style>
border-color css
<style>
span { border-color: #9D4A7D; }
span { border-color: rgb(157,74,125); }
td.TdClassName
{
border-color: #9D4A7D;
}
.TagClassName
{
border-color: #9D4A7D;
}
</style>