Shades of Mountbatten Pink #91758A
Tints of Mountbatten Pink #91758A
RGB
CMYK
RGB Variations
Color information
#91758A (or 0x91758A) is known color: Mountbatten Pink. HEX triplet: 91, 75 and 8A. RGB value is (145,117,138). Sum of RGB (Red+Green+Blue) = 145+117+138=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 145 - color contains mainly: red. Hex color #91758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91758A is #6E8A75. Grayscale: #7F7F7F. Windows color (decimal): -7244406 or 9074065. OLE color: 9074065.
HSL color Cylindrical-coordinate representation of color #91758A: hue angle of 315º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91758A is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 117 | 138 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.43 |
| HSL | 315º | 0.11% | 0.51% | - |
| HSV(B) | 315º | 0.19% | 0.57% | - |
| XYZ | 22.63 | 20.58 | 26.82 | - |
| YUV | 127.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 138 | 0 | 0.19 | 0.05 | 0.43 | 315 | 0.11 | 0.51 |
| Hex | 91 | 75 | 8A | 0 | 13 | 5 | 2B | 13B | B | 33 |
| Octal | 221 | 165 | 212 | 0 | 23 | 5 | 53 | 473 | 13 | 63 |
| Binary | 10010001 | 1110101 | 10001010 | 0 | 10011 | 101 | 101011 | 100111011 | 1011 | 110011 |
Color Harmonies of #91758A
Complementary color
Monochromatic Colors of #91758A
Black with #91758A
Text Example
Text Example
White with #91758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91758A; }
p { color: rgb(145,117,138); }
H1.HeaderClassName
{
color: #91758A;
}
.AnyTagClassName
{
color: #91758A;
}
</style>
background-color css
<style>
a { background-color: #91758A; }
a { background-color: rgb(145,117,138); }
div.DivClassName
{
background-color: #91758A;
}
.BgClassName
{
background-color: #91758A;
}
</style>
border-color css
<style>
span { border-color: #91758A; }
span { border-color: rgb(145,117,138); }
td.TdClassName
{
border-color: #91758A;
}
.TagClassName
{
border-color: #91758A;
}
</style>