Shades of Royal Heath #9D437C
Tints of Royal Heath #9D437C
RGB
CMYK
RGB Variations
Color information
#9D437C (or 0x9D437C) is known color: Royal Heath. HEX triplet: 9D, 43 and 7C. RGB value is (157,67,124). Sum of RGB (Red+Green+Blue) = 157+67+124=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D437C is #62BC83. Grayscale: #646464. Windows color (decimal): -6470788 or 8143773. OLE color: 8143773.
HSL color Cylindrical-coordinate representation of color #9D437C: hue angle of 322º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D437C is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 67 | 124 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.38 |
| HSL | 322º | 0.4% | 0.44% | - |
| HSV(B) | 322º | 0.57% | 0.62% | - |
| XYZ | 19.55 | 12.64 | 20.48 | - |
| YUV | 100.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 67 | 124 | 0 | 0.57 | 0.21 | 0.38 | 322 | 0.4 | 0.44 |
| Hex | 9D | 43 | 7C | 0 | 39 | 15 | 26 | 142 | 28 | 2C |
| Octal | 235 | 103 | 174 | 0 | 71 | 25 | 46 | 502 | 50 | 54 |
| Binary | 10011101 | 1000011 | 1111100 | 0 | 111001 | 10101 | 100110 | 101000010 | 101000 | 101100 |
Color Harmonies of #9D437C
Complementary color
Monochromatic Colors of #9D437C
Black with #9D437C
Text Example
Text Example
White with #9D437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D437C; }
p { color: rgb(157,67,124); }
H1.HeaderClassName
{
color: #9D437C;
}
.AnyTagClassName
{
color: #9D437C;
}
</style>
background-color css
<style>
a { background-color: #9D437C; }
a { background-color: rgb(157,67,124); }
div.DivClassName
{
background-color: #9D437C;
}
.BgClassName
{
background-color: #9D437C;
}
</style>
border-color css
<style>
span { border-color: #9D437C; }
span { border-color: rgb(157,67,124); }
td.TdClassName
{
border-color: #9D437C;
}
.TagClassName
{
border-color: #9D437C;
}
</style>