Shades of Royal Heath #9F477D
Tints of Royal Heath #9F477D
RGB
CMYK
RGB Variations
Color information
#9F477D (or 0x9F477D) is known color: Royal Heath. HEX triplet: 9F, 47 and 7D. RGB value is (159,71,125). Sum of RGB (Red+Green+Blue) = 159+71+125=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F477D is #60B882. Grayscale: #676767. Windows color (decimal): -6338691 or 8210335. OLE color: 8210335.
HSL color Cylindrical-coordinate representation of color #9F477D: hue angle of 323.18º 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 #9F477D is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 71 | 125 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.38 |
| HSL | 323.18º | 0.38% | 0.45% | - |
| HSV(B) | 323.18º | 0.55% | 0.62% | - |
| XYZ | 20.25 | 13.36 | 20.91 | - |
| YUV | 103.47 | 140.15 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 125 | 0 | 0.55 | 0.21 | 0.38 | 323.18 | 0.38 | 0.45 |
| Hex | 9F | 47 | 7D | 0 | 37 | 15 | 26 | 143 | 26 | 2D |
| Octal | 237 | 107 | 175 | 0 | 67 | 25 | 46 | 503 | 46 | 55 |
| Binary | 10011111 | 1000111 | 1111101 | 0 | 110111 | 10101 | 100110 | 101000011 | 100110 | 101101 |
Color Harmonies of #9F477D
Complementary color
Monochromatic Colors of #9F477D
Black with #9F477D
Text Example
Text Example
White with #9F477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F477D; }
p { color: rgb(159,71,125); }
H1.HeaderClassName
{
color: #9F477D;
}
.AnyTagClassName
{
color: #9F477D;
}
</style>
background-color css
<style>
a { background-color: #9F477D; }
a { background-color: rgb(159,71,125); }
div.DivClassName
{
background-color: #9F477D;
}
.BgClassName
{
background-color: #9F477D;
}
</style>
border-color css
<style>
span { border-color: #9F477D; }
span { border-color: rgb(159,71,125); }
td.TdClassName
{
border-color: #9F477D;
}
.TagClassName
{
border-color: #9F477D;
}
</style>