Shades of Royal Heath #9B4579
Tints of Royal Heath #9B4579
RGB
CMYK
RGB Variations
Color information
#9B4579 (or 0x9B4579) is known color: Royal Heath. HEX triplet: 9B, 45 and 79. RGB value is (155,69,121). Sum of RGB (Red+Green+Blue) = 155+69+121=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4579 is #64BA86. Grayscale: #646464. Windows color (decimal): -6601351 or 7947675. OLE color: 7947675.
HSL color Cylindrical-coordinate representation of color #9B4579: hue angle of 323.72º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B4579 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 69 | 121 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.39 |
| HSL | 323.72º | 0.38% | 0.44% | - |
| HSV(B) | 323.72º | 0.55% | 0.61% | - |
| XYZ | 19.1 | 12.61 | 19.52 | - |
| YUV | 100.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 69 | 121 | 0 | 0.55 | 0.22 | 0.39 | 323.72 | 0.38 | 0.44 |
| Hex | 9B | 45 | 79 | 0 | 37 | 16 | 27 | 144 | 26 | 2C |
| Octal | 233 | 105 | 171 | 0 | 67 | 26 | 47 | 504 | 46 | 54 |
| Binary | 10011011 | 1000101 | 1111001 | 0 | 110111 | 10110 | 100111 | 101000100 | 100110 | 101100 |
Color Harmonies of #9B4579
Complementary color
Monochromatic Colors of #9B4579
Black with #9B4579
Text Example
Text Example
White with #9B4579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4579; }
p { color: rgb(155,69,121); }
H1.HeaderClassName
{
color: #9B4579;
}
.AnyTagClassName
{
color: #9B4579;
}
</style>
background-color css
<style>
a { background-color: #9B4579; }
a { background-color: rgb(155,69,121); }
div.DivClassName
{
background-color: #9B4579;
}
.BgClassName
{
background-color: #9B4579;
}
</style>
border-color css
<style>
span { border-color: #9B4579; }
span { border-color: rgb(155,69,121); }
td.TdClassName
{
border-color: #9B4579;
}
.TagClassName
{
border-color: #9B4579;
}
</style>