Shades of Mountbatten Pink #99818E
Tints of Mountbatten Pink #99818E
RGB
CMYK
RGB Variations
Color information
#99818E (or 0x99818E) is known color: Mountbatten Pink. HEX triplet: 99, 81 and 8E. RGB value is (153,129,142). Sum of RGB (Red+Green+Blue) = 153+129+142=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 153 - color contains mainly: red. Hex color #99818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99818E is #667E71. Grayscale: #898989. Windows color (decimal): -6717042 or 9339289. OLE color: 9339289.
HSL color Cylindrical-coordinate representation of color #99818E: hue angle of 327.5º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99818E is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 129 | 142 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.4 |
| HSL | 327.5º | 0.11% | 0.55% | - |
| HSV(B) | 327.5º | 0.16% | 0.6% | - |
| XYZ | 25.87 | 24.43 | 28.94 | - |
| YUV | 137.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 129 | 142 | 0 | 0.16 | 0.07 | 0.4 | 327.5 | 0.11 | 0.55 |
| Hex | 99 | 81 | 8E | 0 | 10 | 7 | 28 | 148 | B | 37 |
| Octal | 231 | 201 | 216 | 0 | 20 | 7 | 50 | 510 | 13 | 67 |
| Binary | 10011001 | 10000001 | 10001110 | 0 | 10000 | 111 | 101000 | 101001000 | 1011 | 110111 |
Color Harmonies of #99818E
Complementary color
Monochromatic Colors of #99818E
Black with #99818E
Text Example
Text Example
White with #99818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99818E; }
p { color: rgb(153,129,142); }
H1.HeaderClassName
{
color: #99818E;
}
.AnyTagClassName
{
color: #99818E;
}
</style>
background-color css
<style>
a { background-color: #99818E; }
a { background-color: rgb(153,129,142); }
div.DivClassName
{
background-color: #99818E;
}
.BgClassName
{
background-color: #99818E;
}
</style>
border-color css
<style>
span { border-color: #99818E; }
span { border-color: rgb(153,129,142); }
td.TdClassName
{
border-color: #99818E;
}
.TagClassName
{
border-color: #99818E;
}
</style>