Shades of Royal Heath #9E447B
Tints of Royal Heath #9E447B
RGB
CMYK
RGB Variations
Color information
#9E447B (or 0x9E447B) is known color: Royal Heath. HEX triplet: 9E, 44 and 7B. RGB value is (158,68,123). Sum of RGB (Red+Green+Blue) = 158+68+123=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 158 - color contains mainly: red. Hex color #9E447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E447B is #61BB84. Grayscale: #656565. Windows color (decimal): -6404997 or 8078494. OLE color: 8078494.
HSL color Cylindrical-coordinate representation of color #9E447B: hue angle of 323.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E447B is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 68 | 123 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.38 |
| HSL | 323.33º | 0.4% | 0.44% | - |
| HSV(B) | 323.33º | 0.57% | 0.62% | - |
| XYZ | 19.74 | 12.83 | 20.18 | - |
| YUV | 101.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 68 | 123 | 0 | 0.57 | 0.22 | 0.38 | 323.33 | 0.4 | 0.44 |
| Hex | 9E | 44 | 7B | 0 | 39 | 16 | 26 | 143 | 28 | 2C |
| Octal | 236 | 104 | 173 | 0 | 71 | 26 | 46 | 503 | 50 | 54 |
| Binary | 10011110 | 1000100 | 1111011 | 0 | 111001 | 10110 | 100110 | 101000011 | 101000 | 101100 |
Color Harmonies of #9E447B
Complementary color
Monochromatic Colors of #9E447B
Black with #9E447B
Text Example
Text Example
White with #9E447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E447B; }
p { color: rgb(158,68,123); }
H1.HeaderClassName
{
color: #9E447B;
}
.AnyTagClassName
{
color: #9E447B;
}
</style>
background-color css
<style>
a { background-color: #9E447B; }
a { background-color: rgb(158,68,123); }
div.DivClassName
{
background-color: #9E447B;
}
.BgClassName
{
background-color: #9E447B;
}
</style>
border-color css
<style>
span { border-color: #9E447B; }
span { border-color: rgb(158,68,123); }
td.TdClassName
{
border-color: #9E447B;
}
.TagClassName
{
border-color: #9E447B;
}
</style>