Shades of Royal Heath #9F4C7E
Tints of Royal Heath #9F4C7E
RGB
CMYK
RGB Variations
Color information
#9F4C7E (or 0x9F4C7E) is known color: Royal Heath. HEX triplet: 9F, 4C and 7E. RGB value is (159,76,126). Sum of RGB (Red+Green+Blue) = 159+76+126=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4C7E is #60B381. Grayscale: #6A6A6A. Windows color (decimal): -6337410 or 8277151. OLE color: 8277151.
HSL color Cylindrical-coordinate representation of color #9F4C7E: hue angle of 323.86º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F4C7E is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 76 | 126 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.38 |
| HSL | 323.86º | 0.35% | 0.46% | - |
| HSV(B) | 323.86º | 0.52% | 0.62% | - |
| XYZ | 20.65 | 14.05 | 21.36 | - |
| YUV | 106.52 | 139 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 76 | 126 | 0 | 0.52 | 0.21 | 0.38 | 323.86 | 0.35 | 0.46 |
| Hex | 9F | 4C | 7E | 0 | 34 | 15 | 26 | 144 | 23 | 2E |
| Octal | 237 | 114 | 176 | 0 | 64 | 25 | 46 | 504 | 43 | 56 |
| Binary | 10011111 | 1001100 | 1111110 | 0 | 110100 | 10101 | 100110 | 101000100 | 100011 | 101110 |
Color Harmonies of #9F4C7E
Complementary color
Monochromatic Colors of #9F4C7E
Black with #9F4C7E
Text Example
Text Example
White with #9F4C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4C7E; }
p { color: rgb(159,76,126); }
H1.HeaderClassName
{
color: #9F4C7E;
}
.AnyTagClassName
{
color: #9F4C7E;
}
</style>
background-color css
<style>
a { background-color: #9F4C7E; }
a { background-color: rgb(159,76,126); }
div.DivClassName
{
background-color: #9F4C7E;
}
.BgClassName
{
background-color: #9F4C7E;
}
</style>
border-color css
<style>
span { border-color: #9F4C7E; }
span { border-color: rgb(159,76,126); }
td.TdClassName
{
border-color: #9F4C7E;
}
.TagClassName
{
border-color: #9F4C7E;
}
</style>