Shades of Royal Heath #9F5376
Tints of Royal Heath #9F5376
RGB
CMYK
RGB Variations
Color information
#9F5376 (or 0x9F5376) is known color: Royal Heath. HEX triplet: 9F, 53 and 76. RGB value is (159,83,118). Sum of RGB (Red+Green+Blue) = 159+83+118=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5376 is #60AC89. Grayscale: #6D6D6D. Windows color (decimal): -6335626 or 7754655. OLE color: 7754655.
HSL color Cylindrical-coordinate representation of color #9F5376: hue angle of 332.37º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F5376 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 83 | 118 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.38 |
| HSL | 332.37º | 0.31% | 0.47% | - |
| HSV(B) | 332.37º | 0.48% | 0.62% | - |
| XYZ | 20.66 | 14.87 | 18.92 | - |
| YUV | 109.71 | 132.68 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 118 | 0 | 0.48 | 0.26 | 0.38 | 332.37 | 0.31 | 0.47 |
| Hex | 9F | 53 | 76 | 0 | 30 | 1A | 26 | 14C | 1F | 2F |
| Octal | 237 | 123 | 166 | 0 | 60 | 32 | 46 | 514 | 37 | 57 |
| Binary | 10011111 | 1010011 | 1110110 | 0 | 110000 | 11010 | 100110 | 101001100 | 11111 | 101111 |
Color Harmonies of #9F5376
Complementary color
Monochromatic Colors of #9F5376
Black with #9F5376
Text Example
Text Example
White with #9F5376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5376; }
p { color: rgb(159,83,118); }
H1.HeaderClassName
{
color: #9F5376;
}
.AnyTagClassName
{
color: #9F5376;
}
</style>
background-color css
<style>
a { background-color: #9F5376; }
a { background-color: rgb(159,83,118); }
div.DivClassName
{
background-color: #9F5376;
}
.BgClassName
{
background-color: #9F5376;
}
</style>
border-color css
<style>
span { border-color: #9F5376; }
span { border-color: rgb(159,83,118); }
td.TdClassName
{
border-color: #9F5376;
}
.TagClassName
{
border-color: #9F5376;
}
</style>