Shades of Royal Heath #9F487D
Tints of Royal Heath #9F487D
RGB
CMYK
RGB Variations
Color information
#9F487D (or 0x9F487D) is known color: Royal Heath. HEX triplet: 9F, 48 and 7D. RGB value is (159,72,125). Sum of RGB (Red+Green+Blue) = 159+72+125=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F487D is #60B782. Grayscale: #676767. Windows color (decimal): -6338435 or 8210591. OLE color: 8210591.
HSL color Cylindrical-coordinate representation of color #9F487D: hue angle of 323.45º 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 #9F487D is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 72 | 125 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.38 |
| HSL | 323.45º | 0.38% | 0.45% | - |
| HSV(B) | 323.45º | 0.55% | 0.62% | - |
| XYZ | 20.32 | 13.49 | 20.93 | - |
| YUV | 104.06 | 139.82 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 72 | 125 | 0 | 0.55 | 0.21 | 0.38 | 323.45 | 0.38 | 0.45 |
| Hex | 9F | 48 | 7D | 0 | 37 | 15 | 26 | 143 | 26 | 2D |
| Octal | 237 | 110 | 175 | 0 | 67 | 25 | 46 | 503 | 46 | 55 |
| Binary | 10011111 | 1001000 | 1111101 | 0 | 110111 | 10101 | 100110 | 101000011 | 100110 | 101101 |
Color Harmonies of #9F487D
Complementary color
Monochromatic Colors of #9F487D
Black with #9F487D
Text Example
Text Example
White with #9F487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F487D; }
p { color: rgb(159,72,125); }
H1.HeaderClassName
{
color: #9F487D;
}
.AnyTagClassName
{
color: #9F487D;
}
</style>
background-color css
<style>
a { background-color: #9F487D; }
a { background-color: rgb(159,72,125); }
div.DivClassName
{
background-color: #9F487D;
}
.BgClassName
{
background-color: #9F487D;
}
</style>
border-color css
<style>
span { border-color: #9F487D; }
span { border-color: rgb(159,72,125); }
td.TdClassName
{
border-color: #9F487D;
}
.TagClassName
{
border-color: #9F487D;
}
</style>