Shades of Royal Heath #9F4878
Tints of Royal Heath #9F4878
RGB
CMYK
RGB Variations
Color information
#9F4878 (or 0x9F4878) is known color: Royal Heath. HEX triplet: 9F, 48 and 78. RGB value is (159,72,120). Sum of RGB (Red+Green+Blue) = 159+72+120=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4878 is #60B787. Grayscale: #676767. Windows color (decimal): -6338440 or 7882911. OLE color: 7882911.
HSL color Cylindrical-coordinate representation of color #9F4878: hue angle of 326.9º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F4878 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 72 | 120 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.38 |
| HSL | 326.9º | 0.38% | 0.45% | - |
| HSV(B) | 326.9º | 0.55% | 0.62% | - |
| XYZ | 20.01 | 13.36 | 19.29 | - |
| YUV | 103.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 72 | 120 | 0 | 0.55 | 0.25 | 0.38 | 326.9 | 0.38 | 0.45 |
| Hex | 9F | 48 | 78 | 0 | 37 | 19 | 26 | 147 | 26 | 2D |
| Octal | 237 | 110 | 170 | 0 | 67 | 31 | 46 | 507 | 46 | 55 |
| Binary | 10011111 | 1001000 | 1111000 | 0 | 110111 | 11001 | 100110 | 101000111 | 100110 | 101101 |
Color Harmonies of #9F4878
Complementary color
Monochromatic Colors of #9F4878
Black with #9F4878
Text Example
Text Example
White with #9F4878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4878; }
p { color: rgb(159,72,120); }
H1.HeaderClassName
{
color: #9F4878;
}
.AnyTagClassName
{
color: #9F4878;
}
</style>
background-color css
<style>
a { background-color: #9F4878; }
a { background-color: rgb(159,72,120); }
div.DivClassName
{
background-color: #9F4878;
}
.BgClassName
{
background-color: #9F4878;
}
</style>
border-color css
<style>
span { border-color: #9F4878; }
span { border-color: rgb(159,72,120); }
td.TdClassName
{
border-color: #9F4878;
}
.TagClassName
{
border-color: #9F4878;
}
</style>