Shades of Royal Heath #9F467D
Tints of Royal Heath #9F467D
RGB
CMYK
RGB Variations
Color information
#9F467D (or 0x9F467D) is known color: Royal Heath. HEX triplet: 9F, 46 and 7D. RGB value is (159,70,125). Sum of RGB (Red+Green+Blue) = 159+70+125=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F467D is #60B982. Grayscale: #666666. Windows color (decimal): -6338947 or 8210079. OLE color: 8210079.
HSL color Cylindrical-coordinate representation of color #9F467D: hue angle of 322.92º 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 #9F467D is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 125 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.38 |
| HSL | 322.92º | 0.39% | 0.45% | - |
| HSV(B) | 322.92º | 0.56% | 0.62% | - |
| XYZ | 20.19 | 13.23 | 20.89 | - |
| YUV | 102.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 125 | 0 | 0.56 | 0.21 | 0.38 | 322.92 | 0.39 | 0.45 |
| Hex | 9F | 46 | 7D | 0 | 38 | 15 | 26 | 143 | 27 | 2D |
| Octal | 237 | 106 | 175 | 0 | 70 | 25 | 46 | 503 | 47 | 55 |
| Binary | 10011111 | 1000110 | 1111101 | 0 | 111000 | 10101 | 100110 | 101000011 | 100111 | 101101 |
Color Harmonies of #9F467D
Complementary color
Monochromatic Colors of #9F467D
Black with #9F467D
Text Example
Text Example
White with #9F467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F467D; }
p { color: rgb(159,70,125); }
H1.HeaderClassName
{
color: #9F467D;
}
.AnyTagClassName
{
color: #9F467D;
}
</style>
background-color css
<style>
a { background-color: #9F467D; }
a { background-color: rgb(159,70,125); }
div.DivClassName
{
background-color: #9F467D;
}
.BgClassName
{
background-color: #9F467D;
}
</style>
border-color css
<style>
span { border-color: #9F467D; }
span { border-color: rgb(159,70,125); }
td.TdClassName
{
border-color: #9F467D;
}
.TagClassName
{
border-color: #9F467D;
}
</style>