Shades of Royal Heath #99457A
Tints of Royal Heath #99457A
RGB
CMYK
RGB Variations
Color information
#99457A (or 0x99457A) is known color: Royal Heath. HEX triplet: 99, 45 and 7A. RGB value is (153,69,122). Sum of RGB (Red+Green+Blue) = 153+69+122=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99457A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99457A is #66BA85. Grayscale: #646464. Windows color (decimal): -6732422 or 8013209. OLE color: 8013209.
HSL color Cylindrical-coordinate representation of color #99457A: hue angle of 322.14º 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 #99457A is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 122 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.4 |
| HSL | 322.14º | 0.38% | 0.44% | - |
| HSV(B) | 322.14º | 0.55% | 0.6% | - |
| XYZ | 18.78 | 12.43 | 19.82 | - |
| YUV | 100.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 122 | 0 | 0.55 | 0.20 | 0.4 | 322.14 | 0.38 | 0.44 |
| Hex | 99 | 45 | 7A | 0 | 37 | 14 | 28 | 142 | 26 | 2C |
| Octal | 231 | 105 | 172 | 0 | 67 | 24 | 50 | 502 | 46 | 54 |
| Binary | 10011001 | 1000101 | 1111010 | 0 | 110111 | 10100 | 101000 | 101000010 | 100110 | 101100 |
Color Harmonies of #99457A
Complementary color
Monochromatic Colors of #99457A
Black with #99457A
Text Example
Text Example
White with #99457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99457A; }
p { color: rgb(153,69,122); }
H1.HeaderClassName
{
color: #99457A;
}
.AnyTagClassName
{
color: #99457A;
}
</style>
background-color css
<style>
a { background-color: #99457A; }
a { background-color: rgb(153,69,122); }
div.DivClassName
{
background-color: #99457A;
}
.BgClassName
{
background-color: #99457A;
}
</style>
border-color css
<style>
span { border-color: #99457A; }
span { border-color: rgb(153,69,122); }
td.TdClassName
{
border-color: #99457A;
}
.TagClassName
{
border-color: #99457A;
}
</style>