Shades of London Hue #999099
Tints of London Hue #999099
RGB
CMYK
RGB Variations
Color information
#999099 (or 0x999099) is known color: London Hue. HEX triplet: 99, 90 and 99. RGB value is (153,144,153). Sum of RGB (Red+Green+Blue) = 153+144+153=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #999099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999099 is #666F66. Grayscale: #939393. Windows color (decimal): -6713191 or 10064025. OLE color: 10064025.
HSL color Cylindrical-coordinate representation of color #999099: hue angle of 300º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #999099 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 153 | - |
| CMYK | 0 | 0.06 | 0 | 0.4 |
| HSL | 300º | 0.04% | 0.58% | - |
| HSV(B) | 300º | 0.06% | 0.6% | - |
| XYZ | 28.86 | 29.02 | 34.22 | - |
| YUV | 147.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 153 | 0 | 0.06 | 0 | 0.4 | 300 | 0.04 | 0.58 |
| Hex | 99 | 90 | 99 | 0 | 6 | 0 | 28 | 12C | 4 | 3A |
| Octal | 231 | 220 | 231 | 0 | 6 | 0 | 50 | 454 | 4 | 72 |
| Binary | 10011001 | 10010000 | 10011001 | 0 | 110 | 0 | 101000 | 100101100 | 100 | 111010 |
Color Harmonies of #999099
Complementary color
Monochromatic Colors of #999099
Black with #999099
Text Example
Text Example
White with #999099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999099; }
p { color: rgb(153,144,153); }
H1.HeaderClassName
{
color: #999099;
}
.AnyTagClassName
{
color: #999099;
}
</style>
background-color css
<style>
a { background-color: #999099; }
a { background-color: rgb(153,144,153); }
div.DivClassName
{
background-color: #999099;
}
.BgClassName
{
background-color: #999099;
}
</style>
border-color css
<style>
span { border-color: #999099; }
span { border-color: rgb(153,144,153); }
td.TdClassName
{
border-color: #999099;
}
.TagClassName
{
border-color: #999099;
}
</style>