Shades of Royal Heath #9D4B7A
Tints of Royal Heath #9D4B7A
RGB
CMYK
RGB Variations
Color information
#9D4B7A (or 0x9D4B7A) is known color: Royal Heath. HEX triplet: 9D, 4B and 7A. RGB value is (157,75,122). Sum of RGB (Red+Green+Blue) = 157+75+122=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4B7A is #62B485. Grayscale: #686868. Windows color (decimal): -6468742 or 8014749. OLE color: 8014749.
HSL color Cylindrical-coordinate representation of color #9D4B7A: hue angle of 325.61º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D4B7A is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 75 | 122 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.38 |
| HSL | 325.61º | 0.35% | 0.45% | - |
| HSV(B) | 325.61º | 0.52% | 0.62% | - |
| XYZ | 19.93 | 13.61 | 19.99 | - |
| YUV | 104.88 | 137.67 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 75 | 122 | 0 | 0.52 | 0.22 | 0.38 | 325.61 | 0.35 | 0.45 |
| Hex | 9D | 4B | 7A | 0 | 34 | 16 | 26 | 146 | 23 | 2D |
| Octal | 235 | 113 | 172 | 0 | 64 | 26 | 46 | 506 | 43 | 55 |
| Binary | 10011101 | 1001011 | 1111010 | 0 | 110100 | 10110 | 100110 | 101000110 | 100011 | 101101 |
Color Harmonies of #9D4B7A
Complementary color
Monochromatic Colors of #9D4B7A
Black with #9D4B7A
Text Example
Text Example
White with #9D4B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4B7A; }
p { color: rgb(157,75,122); }
H1.HeaderClassName
{
color: #9D4B7A;
}
.AnyTagClassName
{
color: #9D4B7A;
}
</style>
background-color css
<style>
a { background-color: #9D4B7A; }
a { background-color: rgb(157,75,122); }
div.DivClassName
{
background-color: #9D4B7A;
}
.BgClassName
{
background-color: #9D4B7A;
}
</style>
border-color css
<style>
span { border-color: #9D4B7A; }
span { border-color: rgb(157,75,122); }
td.TdClassName
{
border-color: #9D4B7A;
}
.TagClassName
{
border-color: #9D4B7A;
}
</style>