Shades of Mountbatten Pink #90768B
Tints of Mountbatten Pink #90768B
RGB
CMYK
RGB Variations
Color information
#90768B (or 0x90768B) is known color: Mountbatten Pink. HEX triplet: 90, 76 and 8B. RGB value is (144,118,139). Sum of RGB (Red+Green+Blue) = 144+118+139=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 144 - color contains mainly: red. Hex color #90768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90768B is #6F8974. Grayscale: #808080. Windows color (decimal): -7309685 or 9139856. OLE color: 9139856.
HSL color Cylindrical-coordinate representation of color #90768B: hue angle of 311.54º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90768B is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 118 | 139 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.44 |
| HSL | 311.54º | 0.1% | 0.51% | - |
| HSV(B) | 311.54º | 0.18% | 0.56% | - |
| XYZ | 22.64 | 20.75 | 27.24 | - |
| YUV | 128.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 139 | 0 | 0.18 | 0.03 | 0.44 | 311.54 | 0.1 | 0.51 |
| Hex | 90 | 76 | 8B | 0 | 12 | 3 | 2C | 138 | A | 33 |
| Octal | 220 | 166 | 213 | 0 | 22 | 3 | 54 | 470 | 12 | 63 |
| Binary | 10010000 | 1110110 | 10001011 | 0 | 10010 | 11 | 101100 | 100111000 | 1010 | 110011 |
Color Harmonies of #90768B
Complementary color
Monochromatic Colors of #90768B
Black with #90768B
Text Example
Text Example
White with #90768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90768B; }
p { color: rgb(144,118,139); }
H1.HeaderClassName
{
color: #90768B;
}
.AnyTagClassName
{
color: #90768B;
}
</style>
background-color css
<style>
a { background-color: #90768B; }
a { background-color: rgb(144,118,139); }
div.DivClassName
{
background-color: #90768B;
}
.BgClassName
{
background-color: #90768B;
}
</style>
border-color css
<style>
span { border-color: #90768B; }
span { border-color: rgb(144,118,139); }
td.TdClassName
{
border-color: #90768B;
}
.TagClassName
{
border-color: #90768B;
}
</style>