Shades of Mountbatten Pink #90758C
Tints of Mountbatten Pink #90758C
RGB
CMYK
RGB Variations
Color information
#90758C (or 0x90758C) is known color: Mountbatten Pink. HEX triplet: 90, 75 and 8C. RGB value is (144,117,140). Sum of RGB (Red+Green+Blue) = 144+117+140=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 144 - color contains mainly: red. Hex color #90758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90758C is #6F8A73. Grayscale: #7F7F7F. Windows color (decimal): -7309940 or 9205136. OLE color: 9205136.
HSL color Cylindrical-coordinate representation of color #90758C: hue angle of 308.89º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90758C is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 117 | 140 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.44 |
| HSL | 308.89º | 0.11% | 0.51% | - |
| HSV(B) | 308.89º | 0.19% | 0.56% | - |
| XYZ | 22.6 | 20.55 | 27.59 | - |
| YUV | 127.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 140 | 0 | 0.19 | 0.03 | 0.44 | 308.89 | 0.11 | 0.51 |
| Hex | 90 | 75 | 8C | 0 | 13 | 3 | 2C | 135 | B | 33 |
| Octal | 220 | 165 | 214 | 0 | 23 | 3 | 54 | 465 | 13 | 63 |
| Binary | 10010000 | 1110101 | 10001100 | 0 | 10011 | 11 | 101100 | 100110101 | 1011 | 110011 |
Color Harmonies of #90758C
Complementary color
Monochromatic Colors of #90758C
Black with #90758C
Text Example
Text Example
White with #90758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90758C; }
p { color: rgb(144,117,140); }
H1.HeaderClassName
{
color: #90758C;
}
.AnyTagClassName
{
color: #90758C;
}
</style>
background-color css
<style>
a { background-color: #90758C; }
a { background-color: rgb(144,117,140); }
div.DivClassName
{
background-color: #90758C;
}
.BgClassName
{
background-color: #90758C;
}
</style>
border-color css
<style>
span { border-color: #90758C; }
span { border-color: rgb(144,117,140); }
td.TdClassName
{
border-color: #90758C;
}
.TagClassName
{
border-color: #90758C;
}
</style>