Shades of Royal Heath #9C447B
Tints of Royal Heath #9C447B
RGB
CMYK
RGB Variations
Color information
#9C447B (or 0x9C447B) is known color: Royal Heath. HEX triplet: 9C, 44 and 7B. RGB value is (156,68,123). Sum of RGB (Red+Green+Blue) = 156+68+123=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C447B is #63BB84. Grayscale: #646464. Windows color (decimal): -6536069 or 8078492. OLE color: 8078492.
HSL color Cylindrical-coordinate representation of color #9C447B: hue angle of 322.5º 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 #9C447B is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 68 | 123 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.39 |
| HSL | 322.5º | 0.39% | 0.44% | - |
| HSV(B) | 322.5º | 0.56% | 0.61% | - |
| XYZ | 19.35 | 12.63 | 20.16 | - |
| YUV | 100.58 | 140.65 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 68 | 123 | 0 | 0.56 | 0.21 | 0.39 | 322.5 | 0.39 | 0.44 |
| Hex | 9C | 44 | 7B | 0 | 38 | 15 | 27 | 142 | 27 | 2C |
| Octal | 234 | 104 | 173 | 0 | 70 | 25 | 47 | 502 | 47 | 54 |
| Binary | 10011100 | 1000100 | 1111011 | 0 | 111000 | 10101 | 100111 | 101000010 | 100111 | 101100 |
Color Harmonies of #9C447B
Complementary color
Monochromatic Colors of #9C447B
Black with #9C447B
Text Example
Text Example
White with #9C447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C447B; }
p { color: rgb(156,68,123); }
H1.HeaderClassName
{
color: #9C447B;
}
.AnyTagClassName
{
color: #9C447B;
}
</style>
background-color css
<style>
a { background-color: #9C447B; }
a { background-color: rgb(156,68,123); }
div.DivClassName
{
background-color: #9C447B;
}
.BgClassName
{
background-color: #9C447B;
}
</style>
border-color css
<style>
span { border-color: #9C447B; }
span { border-color: rgb(156,68,123); }
td.TdClassName
{
border-color: #9C447B;
}
.TagClassName
{
border-color: #9C447B;
}
</style>