Shades of Royal Heath #9F4B7B
Tints of Royal Heath #9F4B7B
RGB
CMYK
RGB Variations
Color information
#9F4B7B (or 0x9F4B7B) is known color: Royal Heath. HEX triplet: 9F, 4B and 7B. RGB value is (159,75,123). Sum of RGB (Red+Green+Blue) = 159+75+123=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4B7B is #60B484. Grayscale: #696969. Windows color (decimal): -6337669 or 8080287. OLE color: 8080287.
HSL color Cylindrical-coordinate representation of color #9F4B7B: hue angle of 325.71º 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 #9F4B7B is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 75 | 123 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.38 |
| HSL | 325.71º | 0.36% | 0.46% | - |
| HSV(B) | 325.71º | 0.53% | 0.62% | - |
| XYZ | 20.39 | 13.83 | 20.33 | - |
| YUV | 105.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 75 | 123 | 0 | 0.53 | 0.23 | 0.38 | 325.71 | 0.36 | 0.46 |
| Hex | 9F | 4B | 7B | 0 | 35 | 17 | 26 | 146 | 24 | 2E |
| Octal | 237 | 113 | 173 | 0 | 65 | 27 | 46 | 506 | 44 | 56 |
| Binary | 10011111 | 1001011 | 1111011 | 0 | 110101 | 10111 | 100110 | 101000110 | 100100 | 101110 |
Color Harmonies of #9F4B7B
Complementary color
Monochromatic Colors of #9F4B7B
Black with #9F4B7B
Text Example
Text Example
White with #9F4B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4B7B; }
p { color: rgb(159,75,123); }
H1.HeaderClassName
{
color: #9F4B7B;
}
.AnyTagClassName
{
color: #9F4B7B;
}
</style>
background-color css
<style>
a { background-color: #9F4B7B; }
a { background-color: rgb(159,75,123); }
div.DivClassName
{
background-color: #9F4B7B;
}
.BgClassName
{
background-color: #9F4B7B;
}
</style>
border-color css
<style>
span { border-color: #9F4B7B; }
span { border-color: rgb(159,75,123); }
td.TdClassName
{
border-color: #9F4B7B;
}
.TagClassName
{
border-color: #9F4B7B;
}
</style>