Shades of Royal Heath #9F467E
Tints of Royal Heath #9F467E
RGB
CMYK
RGB Variations
Color information
#9F467E (or 0x9F467E) is known color: Royal Heath. HEX triplet: 9F, 46 and 7E. RGB value is (159,70,126). Sum of RGB (Red+Green+Blue) = 159+70+126=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F467E is #60B981. Grayscale: #666666. Windows color (decimal): -6338946 or 8275615. OLE color: 8275615.
HSL color Cylindrical-coordinate representation of color #9F467E: hue angle of 322.25º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F467E is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 126 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.38 |
| HSL | 322.25º | 0.39% | 0.45% | - |
| HSV(B) | 322.25º | 0.56% | 0.62% | - |
| XYZ | 20.25 | 13.26 | 21.23 | - |
| YUV | 103 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 126 | 0 | 0.56 | 0.21 | 0.38 | 322.25 | 0.39 | 0.45 |
| Hex | 9F | 46 | 7E | 0 | 38 | 15 | 26 | 142 | 27 | 2D |
| Octal | 237 | 106 | 176 | 0 | 70 | 25 | 46 | 502 | 47 | 55 |
| Binary | 10011111 | 1000110 | 1111110 | 0 | 111000 | 10101 | 100110 | 101000010 | 100111 | 101101 |
Color Harmonies of #9F467E
Complementary color
Monochromatic Colors of #9F467E
Black with #9F467E
Text Example
Text Example
White with #9F467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F467E; }
p { color: rgb(159,70,126); }
H1.HeaderClassName
{
color: #9F467E;
}
.AnyTagClassName
{
color: #9F467E;
}
</style>
background-color css
<style>
a { background-color: #9F467E; }
a { background-color: rgb(159,70,126); }
div.DivClassName
{
background-color: #9F467E;
}
.BgClassName
{
background-color: #9F467E;
}
</style>
border-color css
<style>
span { border-color: #9F467E; }
span { border-color: rgb(159,70,126); }
td.TdClassName
{
border-color: #9F467E;
}
.TagClassName
{
border-color: #9F467E;
}
</style>