Shades of Royal Heath #9E507A
Tints of Royal Heath #9E507A
RGB
CMYK
RGB Variations
Color information
#9E507A (or 0x9E507A) is known color: Royal Heath. HEX triplet: 9E, 50 and 7A. RGB value is (158,80,122). Sum of RGB (Red+Green+Blue) = 158+80+122=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 158 - color contains mainly: red. Hex color #9E507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E507A is #61AF85. Grayscale: #6C6C6C. Windows color (decimal): -6401926 or 8016030. OLE color: 8016030.
HSL color Cylindrical-coordinate representation of color #9E507A: hue angle of 327.69º 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 #9E507A is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 80 | 122 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.38 |
| HSL | 327.69º | 0.33% | 0.47% | - |
| HSV(B) | 327.69º | 0.49% | 0.62% | - |
| XYZ | 20.48 | 14.41 | 20.11 | - |
| YUV | 108.11 | 135.84 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 122 | 0 | 0.49 | 0.23 | 0.38 | 327.69 | 0.33 | 0.47 |
| Hex | 9E | 50 | 7A | 0 | 31 | 17 | 26 | 148 | 21 | 2F |
| Octal | 236 | 120 | 172 | 0 | 61 | 27 | 46 | 510 | 41 | 57 |
| Binary | 10011110 | 1010000 | 1111010 | 0 | 110001 | 10111 | 100110 | 101001000 | 100001 | 101111 |
Color Harmonies of #9E507A
Complementary color
Monochromatic Colors of #9E507A
Black with #9E507A
Text Example
Text Example
White with #9E507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E507A; }
p { color: rgb(158,80,122); }
H1.HeaderClassName
{
color: #9E507A;
}
.AnyTagClassName
{
color: #9E507A;
}
</style>
background-color css
<style>
a { background-color: #9E507A; }
a { background-color: rgb(158,80,122); }
div.DivClassName
{
background-color: #9E507A;
}
.BgClassName
{
background-color: #9E507A;
}
</style>
border-color css
<style>
span { border-color: #9E507A; }
span { border-color: rgb(158,80,122); }
td.TdClassName
{
border-color: #9E507A;
}
.TagClassName
{
border-color: #9E507A;
}
</style>