Shades of Royal Heath #9F4B7A
Tints of Royal Heath #9F4B7A
RGB
CMYK
RGB Variations
Color information
#9F4B7A (or 0x9F4B7A) is known color: Royal Heath. HEX triplet: 9F, 4B and 7A. RGB value is (159,75,122). Sum of RGB (Red+Green+Blue) = 159+75+122=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4B7A is #60B485. Grayscale: #696969. Windows color (decimal): -6337670 or 8014751. OLE color: 8014751.
HSL color Cylindrical-coordinate representation of color #9F4B7A: hue angle of 326.43º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F4B7A is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 75 | 122 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.38 |
| HSL | 326.43º | 0.36% | 0.46% | - |
| HSV(B) | 326.43º | 0.53% | 0.62% | - |
| XYZ | 20.33 | 13.81 | 20.01 | - |
| YUV | 105.47 | 137.33 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 75 | 122 | 0 | 0.53 | 0.23 | 0.38 | 326.43 | 0.36 | 0.46 |
| Hex | 9F | 4B | 7A | 0 | 35 | 17 | 26 | 146 | 24 | 2E |
| Octal | 237 | 113 | 172 | 0 | 65 | 27 | 46 | 506 | 44 | 56 |
| Binary | 10011111 | 1001011 | 1111010 | 0 | 110101 | 10111 | 100110 | 101000110 | 100100 | 101110 |
Color Harmonies of #9F4B7A
Complementary color
Monochromatic Colors of #9F4B7A
Black with #9F4B7A
Text Example
Text Example
White with #9F4B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4B7A; }
p { color: rgb(159,75,122); }
H1.HeaderClassName
{
color: #9F4B7A;
}
.AnyTagClassName
{
color: #9F4B7A;
}
</style>
background-color css
<style>
a { background-color: #9F4B7A; }
a { background-color: rgb(159,75,122); }
div.DivClassName
{
background-color: #9F4B7A;
}
.BgClassName
{
background-color: #9F4B7A;
}
</style>
border-color css
<style>
span { border-color: #9F4B7A; }
span { border-color: rgb(159,75,122); }
td.TdClassName
{
border-color: #9F4B7A;
}
.TagClassName
{
border-color: #9F4B7A;
}
</style>