Shades of Royal Heath #9C437A
Tints of Royal Heath #9C437A
RGB
CMYK
RGB Variations
Color information
#9C437A (or 0x9C437A) is known color: Royal Heath. HEX triplet: 9C, 43 and 7A. RGB value is (156,67,122). Sum of RGB (Red+Green+Blue) = 156+67+122=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C437A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C437A is #63BC85. Grayscale: #636363. Windows color (decimal): -6536326 or 8012700. OLE color: 8012700.
HSL color Cylindrical-coordinate representation of color #9C437A: hue angle of 322.92º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C437A is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 122 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.39 |
| HSL | 322.92º | 0.4% | 0.44% | - |
| HSV(B) | 322.92º | 0.57% | 0.61% | - |
| XYZ | 19.23 | 12.49 | 19.81 | - |
| YUV | 99.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 122 | 0 | 0.57 | 0.22 | 0.39 | 322.92 | 0.4 | 0.44 |
| Hex | 9C | 43 | 7A | 0 | 39 | 16 | 27 | 143 | 28 | 2C |
| Octal | 234 | 103 | 172 | 0 | 71 | 26 | 47 | 503 | 50 | 54 |
| Binary | 10011100 | 1000011 | 1111010 | 0 | 111001 | 10110 | 100111 | 101000011 | 101000 | 101100 |
Color Harmonies of #9C437A
Complementary color
Monochromatic Colors of #9C437A
Black with #9C437A
Text Example
Text Example
White with #9C437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C437A; }
p { color: rgb(156,67,122); }
H1.HeaderClassName
{
color: #9C437A;
}
.AnyTagClassName
{
color: #9C437A;
}
</style>
background-color css
<style>
a { background-color: #9C437A; }
a { background-color: rgb(156,67,122); }
div.DivClassName
{
background-color: #9C437A;
}
.BgClassName
{
background-color: #9C437A;
}
</style>
border-color css
<style>
span { border-color: #9C437A; }
span { border-color: rgb(156,67,122); }
td.TdClassName
{
border-color: #9C437A;
}
.TagClassName
{
border-color: #9C437A;
}
</style>