Shades of Royal Heath #9A497A
Tints of Royal Heath #9A497A
RGB
CMYK
RGB Variations
Color information
#9A497A (or 0x9A497A) is known color: Royal Heath. HEX triplet: 9A, 49 and 7A. RGB value is (154,73,122). Sum of RGB (Red+Green+Blue) = 154+73+122=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A497A is #65B685. Grayscale: #666666. Windows color (decimal): -6665862 or 8014234. OLE color: 8014234.
HSL color Cylindrical-coordinate representation of color #9A497A: hue angle of 323.7º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A497A is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 73 | 122 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.40 |
| HSL | 323.7º | 0.36% | 0.45% | - |
| HSV(B) | 323.7º | 0.53% | 0.6% | - |
| XYZ | 19.22 | 13.04 | 19.92 | - |
| YUV | 102.81 | 138.84 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 73 | 122 | 0 | 0.53 | 0.21 | 0.40 | 323.7 | 0.36 | 0.45 |
| Hex | 9A | 49 | 7A | 0 | 35 | 15 | 28 | 144 | 24 | 2D |
| Octal | 232 | 111 | 172 | 0 | 65 | 25 | 50 | 504 | 44 | 55 |
| Binary | 10011010 | 1001001 | 1111010 | 0 | 110101 | 10101 | 101000 | 101000100 | 100100 | 101101 |
Color Harmonies of #9A497A
Complementary color
Monochromatic Colors of #9A497A
Black with #9A497A
Text Example
Text Example
White with #9A497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A497A; }
p { color: rgb(154,73,122); }
H1.HeaderClassName
{
color: #9A497A;
}
.AnyTagClassName
{
color: #9A497A;
}
</style>
background-color css
<style>
a { background-color: #9A497A; }
a { background-color: rgb(154,73,122); }
div.DivClassName
{
background-color: #9A497A;
}
.BgClassName
{
background-color: #9A497A;
}
</style>
border-color css
<style>
span { border-color: #9A497A; }
span { border-color: rgb(154,73,122); }
td.TdClassName
{
border-color: #9A497A;
}
.TagClassName
{
border-color: #9A497A;
}
</style>