Shades of Royal Heath #9D437A
Tints of Royal Heath #9D437A
RGB
CMYK
RGB Variations
Color information
#9D437A (or 0x9D437A) is known color: Royal Heath. HEX triplet: 9D, 43 and 7A. RGB value is (157,67,122). Sum of RGB (Red+Green+Blue) = 157+67+122=346 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.38% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 157 - color contains mainly: red. Hex color #9D437A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D437A is #62BC85. Grayscale: #646464. Windows color (decimal): -6470790 or 8012701. OLE color: 8012701.
HSL color Cylindrical-coordinate representation of color #9D437A: hue angle of 323.33º 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 #9D437A is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 67 | 122 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.38 |
| HSL | 323.33º | 0.4% | 0.44% | - |
| HSV(B) | 323.33º | 0.57% | 0.62% | - |
| XYZ | 19.42 | 12.59 | 19.82 | - |
| YUV | 100.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 67 | 122 | 0 | 0.57 | 0.22 | 0.38 | 323.33 | 0.4 | 0.44 |
| Hex | 9D | 43 | 7A | 0 | 39 | 16 | 26 | 143 | 28 | 2C |
| Octal | 235 | 103 | 172 | 0 | 71 | 26 | 46 | 503 | 50 | 54 |
| Binary | 10011101 | 1000011 | 1111010 | 0 | 111001 | 10110 | 100110 | 101000011 | 101000 | 101100 |
Color Harmonies of #9D437A
Complementary color
Monochromatic Colors of #9D437A
Black with #9D437A
Text Example
Text Example
White with #9D437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D437A; }
p { color: rgb(157,67,122); }
H1.HeaderClassName
{
color: #9D437A;
}
.AnyTagClassName
{
color: #9D437A;
}
</style>
background-color css
<style>
a { background-color: #9D437A; }
a { background-color: rgb(157,67,122); }
div.DivClassName
{
background-color: #9D437A;
}
.BgClassName
{
background-color: #9D437A;
}
</style>
border-color css
<style>
span { border-color: #9D437A; }
span { border-color: rgb(157,67,122); }
td.TdClassName
{
border-color: #9D437A;
}
.TagClassName
{
border-color: #9D437A;
}
</style>