Shades of Royal Heath #99467A
Tints of Royal Heath #99467A
RGB
CMYK
RGB Variations
Color information
#99467A (or 0x99467A) is known color: Royal Heath. HEX triplet: 99, 46 and 7A. RGB value is (153,70,122). Sum of RGB (Red+Green+Blue) = 153+70+122=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99467A is #66B985. Grayscale: #646464. Windows color (decimal): -6732166 or 8013465. OLE color: 8013465.
HSL color Cylindrical-coordinate representation of color #99467A: hue angle of 322.41º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99467A is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 122 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.4 |
| HSL | 322.41º | 0.37% | 0.44% | - |
| HSV(B) | 322.41º | 0.54% | 0.6% | - |
| XYZ | 18.84 | 12.56 | 19.84 | - |
| YUV | 100.75 | 140 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 122 | 0 | 0.54 | 0.20 | 0.4 | 322.41 | 0.37 | 0.44 |
| Hex | 99 | 46 | 7A | 0 | 36 | 14 | 28 | 142 | 25 | 2C |
| Octal | 231 | 106 | 172 | 0 | 66 | 24 | 50 | 502 | 45 | 54 |
| Binary | 10011001 | 1000110 | 1111010 | 0 | 110110 | 10100 | 101000 | 101000010 | 100101 | 101100 |
Color Harmonies of #99467A
Complementary color
Monochromatic Colors of #99467A
Black with #99467A
Text Example
Text Example
White with #99467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99467A; }
p { color: rgb(153,70,122); }
H1.HeaderClassName
{
color: #99467A;
}
.AnyTagClassName
{
color: #99467A;
}
</style>
background-color css
<style>
a { background-color: #99467A; }
a { background-color: rgb(153,70,122); }
div.DivClassName
{
background-color: #99467A;
}
.BgClassName
{
background-color: #99467A;
}
</style>
border-color css
<style>
span { border-color: #99467A; }
span { border-color: rgb(153,70,122); }
td.TdClassName
{
border-color: #99467A;
}
.TagClassName
{
border-color: #99467A;
}
</style>