Shades of Royal Heath #9A4679
Tints of Royal Heath #9A4679
RGB
CMYK
RGB Variations
Color information
#9A4679 (or 0x9A4679) is known color: Royal Heath. HEX triplet: 9A, 46 and 79. RGB value is (154,70,121). Sum of RGB (Red+Green+Blue) = 154+70+121=345 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.64% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4679 is #65B986. Grayscale: #646464. Windows color (decimal): -6666631 or 7947930. OLE color: 7947930.
HSL color Cylindrical-coordinate representation of color #9A4679: hue angle of 323.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A4679 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 70 | 121 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.40 |
| HSL | 323.57º | 0.38% | 0.44% | - |
| HSV(B) | 323.57º | 0.55% | 0.6% | - |
| XYZ | 18.97 | 12.63 | 19.53 | - |
| YUV | 100.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 70 | 121 | 0 | 0.55 | 0.21 | 0.40 | 323.57 | 0.38 | 0.44 |
| Hex | 9A | 46 | 79 | 0 | 37 | 15 | 28 | 144 | 26 | 2C |
| Octal | 232 | 106 | 171 | 0 | 67 | 25 | 50 | 504 | 46 | 54 |
| Binary | 10011010 | 1000110 | 1111001 | 0 | 110111 | 10101 | 101000 | 101000100 | 100110 | 101100 |
Color Harmonies of #9A4679
Complementary color
Monochromatic Colors of #9A4679
Black with #9A4679
Text Example
Text Example
White with #9A4679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4679; }
p { color: rgb(154,70,121); }
H1.HeaderClassName
{
color: #9A4679;
}
.AnyTagClassName
{
color: #9A4679;
}
</style>
background-color css
<style>
a { background-color: #9A4679; }
a { background-color: rgb(154,70,121); }
div.DivClassName
{
background-color: #9A4679;
}
.BgClassName
{
background-color: #9A4679;
}
</style>
border-color css
<style>
span { border-color: #9A4679; }
span { border-color: rgb(154,70,121); }
td.TdClassName
{
border-color: #9A4679;
}
.TagClassName
{
border-color: #9A4679;
}
</style>