Shades of Royal Heath #9C477B
Tints of Royal Heath #9C477B
RGB
CMYK
RGB Variations
Color information
#9C477B (or 0x9C477B) is known color: Royal Heath. HEX triplet: 9C, 47 and 7B. RGB value is (156,71,123). Sum of RGB (Red+Green+Blue) = 156+71+123=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C477B is #63B884. Grayscale: #666666. Windows color (decimal): -6535301 or 8079260. OLE color: 8079260.
HSL color Cylindrical-coordinate representation of color #9C477B: hue angle of 323.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C477B is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 71 | 123 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.39 |
| HSL | 323.29º | 0.37% | 0.45% | - |
| HSV(B) | 323.29º | 0.54% | 0.61% | - |
| XYZ | 19.54 | 13 | 20.22 | - |
| YUV | 102.34 | 139.66 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 71 | 123 | 0 | 0.54 | 0.21 | 0.39 | 323.29 | 0.37 | 0.45 |
| Hex | 9C | 47 | 7B | 0 | 36 | 15 | 27 | 143 | 25 | 2D |
| Octal | 234 | 107 | 173 | 0 | 66 | 25 | 47 | 503 | 45 | 55 |
| Binary | 10011100 | 1000111 | 1111011 | 0 | 110110 | 10101 | 100111 | 101000011 | 100101 | 101101 |
Color Harmonies of #9C477B
Complementary color
Monochromatic Colors of #9C477B
Black with #9C477B
Text Example
Text Example
White with #9C477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C477B; }
p { color: rgb(156,71,123); }
H1.HeaderClassName
{
color: #9C477B;
}
.AnyTagClassName
{
color: #9C477B;
}
</style>
background-color css
<style>
a { background-color: #9C477B; }
a { background-color: rgb(156,71,123); }
div.DivClassName
{
background-color: #9C477B;
}
.BgClassName
{
background-color: #9C477B;
}
</style>
border-color css
<style>
span { border-color: #9C477B; }
span { border-color: rgb(156,71,123); }
td.TdClassName
{
border-color: #9C477B;
}
.TagClassName
{
border-color: #9C477B;
}
</style>