Shades of Royal Heath #99437C
Tints of Royal Heath #99437C
RGB
CMYK
RGB Variations
Color information
#99437C (or 0x99437C) is known color: Royal Heath. HEX triplet: 99, 43 and 7C. RGB value is (153,67,124). Sum of RGB (Red+Green+Blue) = 153+67+124=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99437C is #66BC83. Grayscale: #636363. Windows color (decimal): -6732932 or 8143769. OLE color: 8143769.
HSL color Cylindrical-coordinate representation of color #99437C: hue angle of 320.23º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99437C is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 124 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.4 |
| HSL | 320.23º | 0.39% | 0.43% | - |
| HSV(B) | 320.23º | 0.56% | 0.6% | - |
| XYZ | 18.78 | 12.24 | 20.44 | - |
| YUV | 99.21 | 141.99 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 124 | 0 | 0.56 | 0.19 | 0.4 | 320.23 | 0.39 | 0.43 |
| Hex | 99 | 43 | 7C | 0 | 38 | 13 | 28 | 140 | 27 | 2B |
| Octal | 231 | 103 | 174 | 0 | 70 | 23 | 50 | 500 | 47 | 53 |
| Binary | 10011001 | 1000011 | 1111100 | 0 | 111000 | 10011 | 101000 | 101000000 | 100111 | 101011 |
Color Harmonies of #99437C
Complementary color
Monochromatic Colors of #99437C
Black with #99437C
Text Example
Text Example
White with #99437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99437C; }
p { color: rgb(153,67,124); }
H1.HeaderClassName
{
color: #99437C;
}
.AnyTagClassName
{
color: #99437C;
}
</style>
background-color css
<style>
a { background-color: #99437C; }
a { background-color: rgb(153,67,124); }
div.DivClassName
{
background-color: #99437C;
}
.BgClassName
{
background-color: #99437C;
}
</style>
border-color css
<style>
span { border-color: #99437C; }
span { border-color: rgb(153,67,124); }
td.TdClassName
{
border-color: #99437C;
}
.TagClassName
{
border-color: #99437C;
}
</style>