Shades of Royal Heath #9C4578
Tints of Royal Heath #9C4578
RGB
CMYK
RGB Variations
Color information
#9C4578 (or 0x9C4578) is known color: Royal Heath. HEX triplet: 9C, 45 and 78. RGB value is (156,69,120). Sum of RGB (Red+Green+Blue) = 156+69+120=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4578 is #63BA87. Grayscale: #646464. Windows color (decimal): -6535816 or 7882140. OLE color: 7882140.
HSL color Cylindrical-coordinate representation of color #9C4578: hue angle of 324.83º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C4578 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 69 | 120 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.39 |
| HSL | 324.83º | 0.39% | 0.44% | - |
| HSV(B) | 324.83º | 0.56% | 0.61% | - |
| XYZ | 19.23 | 12.68 | 19.2 | - |
| YUV | 100.83 | 138.82 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 69 | 120 | 0 | 0.56 | 0.23 | 0.39 | 324.83 | 0.39 | 0.44 |
| Hex | 9C | 45 | 78 | 0 | 38 | 17 | 27 | 145 | 27 | 2C |
| Octal | 234 | 105 | 170 | 0 | 70 | 27 | 47 | 505 | 47 | 54 |
| Binary | 10011100 | 1000101 | 1111000 | 0 | 111000 | 10111 | 100111 | 101000101 | 100111 | 101100 |
Color Harmonies of #9C4578
Complementary color
Monochromatic Colors of #9C4578
Black with #9C4578
Text Example
Text Example
White with #9C4578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4578; }
p { color: rgb(156,69,120); }
H1.HeaderClassName
{
color: #9C4578;
}
.AnyTagClassName
{
color: #9C4578;
}
</style>
background-color css
<style>
a { background-color: #9C4578; }
a { background-color: rgb(156,69,120); }
div.DivClassName
{
background-color: #9C4578;
}
.BgClassName
{
background-color: #9C4578;
}
</style>
border-color css
<style>
span { border-color: #9C4578; }
span { border-color: rgb(156,69,120); }
td.TdClassName
{
border-color: #9C4578;
}
.TagClassName
{
border-color: #9C4578;
}
</style>