Shades of Mountbatten Pink #90718D
Tints of Mountbatten Pink #90718D
RGB
CMYK
RGB Variations
Color information
#90718D (or 0x90718D) is known color: Mountbatten Pink. HEX triplet: 90, 71 and 8D. RGB value is (144,113,141). Sum of RGB (Red+Green+Blue) = 144+113+141=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 144 - color contains mainly: red. Hex color #90718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90718D is #6F8E72. Grayscale: #7D7D7D. Windows color (decimal): -7310963 or 9269648. OLE color: 9269648.
HSL color Cylindrical-coordinate representation of color #90718D: hue angle of 305.81º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #90718D is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 113 | 141 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.44 |
| HSL | 305.81º | 0.12% | 0.5% | - |
| HSV(B) | 305.81º | 0.22% | 0.56% | - |
| XYZ | 22.21 | 19.66 | 27.82 | - |
| YUV | 125.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 113 | 141 | 0 | 0.22 | 0.02 | 0.44 | 305.81 | 0.12 | 0.5 |
| Hex | 90 | 71 | 8D | 0 | 16 | 2 | 2C | 132 | C | 32 |
| Octal | 220 | 161 | 215 | 0 | 26 | 2 | 54 | 462 | 14 | 62 |
| Binary | 10010000 | 1110001 | 10001101 | 0 | 10110 | 10 | 101100 | 100110010 | 1100 | 110010 |
Color Harmonies of #90718D
Complementary color
Monochromatic Colors of #90718D
Black with #90718D
Text Example
Text Example
White with #90718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90718D; }
p { color: rgb(144,113,141); }
H1.HeaderClassName
{
color: #90718D;
}
.AnyTagClassName
{
color: #90718D;
}
</style>
background-color css
<style>
a { background-color: #90718D; }
a { background-color: rgb(144,113,141); }
div.DivClassName
{
background-color: #90718D;
}
.BgClassName
{
background-color: #90718D;
}
</style>
border-color css
<style>
span { border-color: #90718D; }
span { border-color: rgb(144,113,141); }
td.TdClassName
{
border-color: #90718D;
}
.TagClassName
{
border-color: #90718D;
}
</style>