Shades of Royal Heath #9F5375
Tints of Royal Heath #9F5375
RGB
CMYK
RGB Variations
Color information
#9F5375 (or 0x9F5375) is known color: Royal Heath. HEX triplet: 9F, 53 and 75. RGB value is (159,83,117). Sum of RGB (Red+Green+Blue) = 159+83+117=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5375 is #60AC8A. Grayscale: #6D6D6D. Windows color (decimal): -6335627 or 7689119. OLE color: 7689119.
HSL color Cylindrical-coordinate representation of color #9F5375: hue angle of 333.16º 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 #9F5375 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 83 | 117 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.38 |
| HSL | 333.16º | 0.31% | 0.47% | - |
| HSV(B) | 333.16º | 0.48% | 0.62% | - |
| XYZ | 20.6 | 14.84 | 18.61 | - |
| YUV | 109.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 117 | 0 | 0.48 | 0.26 | 0.38 | 333.16 | 0.31 | 0.47 |
| Hex | 9F | 53 | 75 | 0 | 30 | 1A | 26 | 14D | 1F | 2F |
| Octal | 237 | 123 | 165 | 0 | 60 | 32 | 46 | 515 | 37 | 57 |
| Binary | 10011111 | 1010011 | 1110101 | 0 | 110000 | 11010 | 100110 | 101001101 | 11111 | 101111 |
Color Harmonies of #9F5375
Complementary color
Monochromatic Colors of #9F5375
Black with #9F5375
Text Example
Text Example
White with #9F5375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5375; }
p { color: rgb(159,83,117); }
H1.HeaderClassName
{
color: #9F5375;
}
.AnyTagClassName
{
color: #9F5375;
}
</style>
background-color css
<style>
a { background-color: #9F5375; }
a { background-color: rgb(159,83,117); }
div.DivClassName
{
background-color: #9F5375;
}
.BgClassName
{
background-color: #9F5375;
}
</style>
border-color css
<style>
span { border-color: #9F5375; }
span { border-color: rgb(159,83,117); }
td.TdClassName
{
border-color: #9F5375;
}
.TagClassName
{
border-color: #9F5375;
}
</style>