Shades of Royal Heath #9F4880
Tints of Royal Heath #9F4880
RGB
CMYK
RGB Variations
Color information
#9F4880 (or 0x9F4880) is known color: Royal Heath. HEX triplet: 9F, 48 and 80. RGB value is (159,72,128). Sum of RGB (Red+Green+Blue) = 159+72+128=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4880 is #60B77F. Grayscale: #686868. Windows color (decimal): -6338432 or 8407199. OLE color: 8407199.
HSL color Cylindrical-coordinate representation of color #9F4880: hue angle of 321.38º 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 #9F4880 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 72 | 128 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.38 |
| HSL | 321.38º | 0.38% | 0.45% | - |
| HSV(B) | 321.38º | 0.55% | 0.62% | - |
| XYZ | 20.51 | 13.56 | 21.96 | - |
| YUV | 104.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 72 | 128 | 0 | 0.55 | 0.19 | 0.38 | 321.38 | 0.38 | 0.45 |
| Hex | 9F | 48 | 80 | 0 | 37 | 13 | 26 | 141 | 26 | 2D |
| Octal | 237 | 110 | 200 | 0 | 67 | 23 | 46 | 501 | 46 | 55 |
| Binary | 10011111 | 1001000 | 10000000 | 0 | 110111 | 10011 | 100110 | 101000001 | 100110 | 101101 |
Color Harmonies of #9F4880
Complementary color
Monochromatic Colors of #9F4880
Black with #9F4880
Text Example
Text Example
White with #9F4880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4880; }
p { color: rgb(159,72,128); }
H1.HeaderClassName
{
color: #9F4880;
}
.AnyTagClassName
{
color: #9F4880;
}
</style>
background-color css
<style>
a { background-color: #9F4880; }
a { background-color: rgb(159,72,128); }
div.DivClassName
{
background-color: #9F4880;
}
.BgClassName
{
background-color: #9F4880;
}
</style>
border-color css
<style>
span { border-color: #9F4880; }
span { border-color: rgb(159,72,128); }
td.TdClassName
{
border-color: #9F4880;
}
.TagClassName
{
border-color: #9F4880;
}
</style>