Shades of Royal Heath #9C467E
Tints of Royal Heath #9C467E
RGB
CMYK
RGB Variations
Color information
#9C467E (or 0x9C467E) is known color: Royal Heath. HEX triplet: 9C, 46 and 7E. RGB value is (156,70,126). Sum of RGB (Red+Green+Blue) = 156+70+126=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C467E is #63B981. Grayscale: #656565. Windows color (decimal): -6535554 or 8275612. OLE color: 8275612.
HSL color Cylindrical-coordinate representation of color #9C467E: hue angle of 320.93º 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 #9C467E is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 70 | 126 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.39 |
| HSL | 320.93º | 0.38% | 0.44% | - |
| HSV(B) | 320.93º | 0.55% | 0.61% | - |
| XYZ | 19.67 | 12.95 | 21.2 | - |
| YUV | 102.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 70 | 126 | 0 | 0.55 | 0.19 | 0.39 | 320.93 | 0.38 | 0.44 |
| Hex | 9C | 46 | 7E | 0 | 37 | 13 | 27 | 141 | 26 | 2C |
| Octal | 234 | 106 | 176 | 0 | 67 | 23 | 47 | 501 | 46 | 54 |
| Binary | 10011100 | 1000110 | 1111110 | 0 | 110111 | 10011 | 100111 | 101000001 | 100110 | 101100 |
Color Harmonies of #9C467E
Complementary color
Monochromatic Colors of #9C467E
Black with #9C467E
Text Example
Text Example
White with #9C467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C467E; }
p { color: rgb(156,70,126); }
H1.HeaderClassName
{
color: #9C467E;
}
.AnyTagClassName
{
color: #9C467E;
}
</style>
background-color css
<style>
a { background-color: #9C467E; }
a { background-color: rgb(156,70,126); }
div.DivClassName
{
background-color: #9C467E;
}
.BgClassName
{
background-color: #9C467E;
}
</style>
border-color css
<style>
span { border-color: #9C467E; }
span { border-color: rgb(156,70,126); }
td.TdClassName
{
border-color: #9C467E;
}
.TagClassName
{
border-color: #9C467E;
}
</style>