Shades of Mountbatten Pink #90758A
Tints of Mountbatten Pink #90758A
RGB
CMYK
RGB Variations
Color information
#90758A (or 0x90758A) is known color: Mountbatten Pink. HEX triplet: 90, 75 and 8A. RGB value is (144,117,138). Sum of RGB (Red+Green+Blue) = 144+117+138=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 144 - color contains mainly: red. Hex color #90758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90758A is #6F8A75. Grayscale: #7F7F7F. Windows color (decimal): -7309942 or 9074064. OLE color: 9074064.
HSL color Cylindrical-coordinate representation of color #90758A: hue angle of 313.33º 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 #90758A is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 117 | 138 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.44 |
| HSL | 313.33º | 0.11% | 0.51% | - |
| HSV(B) | 313.33º | 0.19% | 0.56% | - |
| XYZ | 22.45 | 20.49 | 26.82 | - |
| YUV | 127.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 138 | 0 | 0.19 | 0.04 | 0.44 | 313.33 | 0.11 | 0.51 |
| Hex | 90 | 75 | 8A | 0 | 13 | 4 | 2C | 139 | B | 33 |
| Octal | 220 | 165 | 212 | 0 | 23 | 4 | 54 | 471 | 13 | 63 |
| Binary | 10010000 | 1110101 | 10001010 | 0 | 10011 | 100 | 101100 | 100111001 | 1011 | 110011 |
Color Harmonies of #90758A
Complementary color
Monochromatic Colors of #90758A
Black with #90758A
Text Example
Text Example
White with #90758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90758A; }
p { color: rgb(144,117,138); }
H1.HeaderClassName
{
color: #90758A;
}
.AnyTagClassName
{
color: #90758A;
}
</style>
background-color css
<style>
a { background-color: #90758A; }
a { background-color: rgb(144,117,138); }
div.DivClassName
{
background-color: #90758A;
}
.BgClassName
{
background-color: #90758A;
}
</style>
border-color css
<style>
span { border-color: #90758A; }
span { border-color: rgb(144,117,138); }
td.TdClassName
{
border-color: #90758A;
}
.TagClassName
{
border-color: #90758A;
}
</style>