Shades of Royal Heath #9C467C
Tints of Royal Heath #9C467C
RGB
CMYK
RGB Variations
Color information
#9C467C (or 0x9C467C) is known color: Royal Heath. HEX triplet: 9C, 46 and 7C. RGB value is (156,70,124). Sum of RGB (Red+Green+Blue) = 156+70+124=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C467C is #63B983. Grayscale: #656565. Windows color (decimal): -6535556 or 8144540. OLE color: 8144540.
HSL color Cylindrical-coordinate representation of color #9C467C: hue angle of 322.33º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C467C is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 70 | 124 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.39 |
| HSL | 322.33º | 0.38% | 0.44% | - |
| HSV(B) | 322.33º | 0.55% | 0.61% | - |
| XYZ | 19.54 | 12.9 | 20.53 | - |
| YUV | 101.87 | 140.49 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 70 | 124 | 0 | 0.55 | 0.21 | 0.39 | 322.33 | 0.38 | 0.44 |
| Hex | 9C | 46 | 7C | 0 | 37 | 15 | 27 | 142 | 26 | 2C |
| Octal | 234 | 106 | 174 | 0 | 67 | 25 | 47 | 502 | 46 | 54 |
| Binary | 10011100 | 1000110 | 1111100 | 0 | 110111 | 10101 | 100111 | 101000010 | 100110 | 101100 |
Color Harmonies of #9C467C
Complementary color
Monochromatic Colors of #9C467C
Black with #9C467C
Text Example
Text Example
White with #9C467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C467C; }
p { color: rgb(156,70,124); }
H1.HeaderClassName
{
color: #9C467C;
}
.AnyTagClassName
{
color: #9C467C;
}
</style>
background-color css
<style>
a { background-color: #9C467C; }
a { background-color: rgb(156,70,124); }
div.DivClassName
{
background-color: #9C467C;
}
.BgClassName
{
background-color: #9C467C;
}
</style>
border-color css
<style>
span { border-color: #9C467C; }
span { border-color: rgb(156,70,124); }
td.TdClassName
{
border-color: #9C467C;
}
.TagClassName
{
border-color: #9C467C;
}
</style>