Shades of Royal Heath #9E5074
Tints of Royal Heath #9E5074
RGB
CMYK
RGB Variations
Color information
#9E5074 (or 0x9E5074) is known color: Royal Heath. HEX triplet: 9E, 50 and 74. RGB value is (158,80,116). Sum of RGB (Red+Green+Blue) = 158+80+116=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5074 is #61AF8B. Grayscale: #6B6B6B. Windows color (decimal): -6401932 or 7622814. OLE color: 7622814.
HSL color Cylindrical-coordinate representation of color #9E5074: hue angle of 332.31º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E5074 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 80 | 116 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.38 |
| HSL | 332.31º | 0.33% | 0.47% | - |
| HSV(B) | 332.31º | 0.49% | 0.62% | - |
| XYZ | 20.12 | 14.27 | 18.22 | - |
| YUV | 107.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 116 | 0 | 0.49 | 0.27 | 0.38 | 332.31 | 0.33 | 0.47 |
| Hex | 9E | 50 | 74 | 0 | 31 | 1B | 26 | 14C | 21 | 2F |
| Octal | 236 | 120 | 164 | 0 | 61 | 33 | 46 | 514 | 41 | 57 |
| Binary | 10011110 | 1010000 | 1110100 | 0 | 110001 | 11011 | 100110 | 101001100 | 100001 | 101111 |
Color Harmonies of #9E5074
Complementary color
Monochromatic Colors of #9E5074
Black with #9E5074
Text Example
Text Example
White with #9E5074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5074; }
p { color: rgb(158,80,116); }
H1.HeaderClassName
{
color: #9E5074;
}
.AnyTagClassName
{
color: #9E5074;
}
</style>
background-color css
<style>
a { background-color: #9E5074; }
a { background-color: rgb(158,80,116); }
div.DivClassName
{
background-color: #9E5074;
}
.BgClassName
{
background-color: #9E5074;
}
</style>
border-color css
<style>
span { border-color: #9E5074; }
span { border-color: rgb(158,80,116); }
td.TdClassName
{
border-color: #9E5074;
}
.TagClassName
{
border-color: #9E5074;
}
</style>