Shades of Royal Heath #99467B
Tints of Royal Heath #99467B
RGB
CMYK
RGB Variations
Color information
#99467B (or 0x99467B) is known color: Royal Heath. HEX triplet: 99, 46 and 7B. RGB value is (153,70,123). Sum of RGB (Red+Green+Blue) = 153+70+123=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99467B is #66B984. Grayscale: #646464. Windows color (decimal): -6732165 or 8079001. OLE color: 8079001.
HSL color Cylindrical-coordinate representation of color #99467B: hue angle of 321.69º 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 #99467B is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 123 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.4 |
| HSL | 321.69º | 0.37% | 0.44% | - |
| HSV(B) | 321.69º | 0.54% | 0.6% | - |
| XYZ | 18.9 | 12.58 | 20.17 | - |
| YUV | 100.86 | 140.5 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 123 | 0 | 0.54 | 0.20 | 0.4 | 321.69 | 0.37 | 0.44 |
| Hex | 99 | 46 | 7B | 0 | 36 | 14 | 28 | 142 | 25 | 2C |
| Octal | 231 | 106 | 173 | 0 | 66 | 24 | 50 | 502 | 45 | 54 |
| Binary | 10011001 | 1000110 | 1111011 | 0 | 110110 | 10100 | 101000 | 101000010 | 100101 | 101100 |
Color Harmonies of #99467B
Complementary color
Monochromatic Colors of #99467B
Black with #99467B
Text Example
Text Example
White with #99467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99467B; }
p { color: rgb(153,70,123); }
H1.HeaderClassName
{
color: #99467B;
}
.AnyTagClassName
{
color: #99467B;
}
</style>
background-color css
<style>
a { background-color: #99467B; }
a { background-color: rgb(153,70,123); }
div.DivClassName
{
background-color: #99467B;
}
.BgClassName
{
background-color: #99467B;
}
</style>
border-color css
<style>
span { border-color: #99467B; }
span { border-color: rgb(153,70,123); }
td.TdClassName
{
border-color: #99467B;
}
.TagClassName
{
border-color: #99467B;
}
</style>