Shades of Mountbatten Pink #91758F
Tints of Mountbatten Pink #91758F
RGB
CMYK
RGB Variations
Color information
#91758F (or 0x91758F) is known color: Mountbatten Pink. HEX triplet: 91, 75 and 8F. RGB value is (145,117,143). Sum of RGB (Red+Green+Blue) = 145+117+143=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 145 - color contains mainly: red. Hex color #91758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91758F is #6E8A70. Grayscale: #808080. Windows color (decimal): -7244401 or 9401745. OLE color: 9401745.
HSL color Cylindrical-coordinate representation of color #91758F: hue angle of 304.29º 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 #91758F is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 117 | 143 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.43 |
| HSL | 304.29º | 0.11% | 0.51% | - |
| HSV(B) | 304.29º | 0.19% | 0.57% | - |
| XYZ | 23 | 20.73 | 28.77 | - |
| YUV | 128.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 143 | 0 | 0.19 | 0.01 | 0.43 | 304.29 | 0.11 | 0.51 |
| Hex | 91 | 75 | 8F | 0 | 13 | 1 | 2B | 130 | B | 33 |
| Octal | 221 | 165 | 217 | 0 | 23 | 1 | 53 | 460 | 13 | 63 |
| Binary | 10010001 | 1110101 | 10001111 | 0 | 10011 | 1 | 101011 | 100110000 | 1011 | 110011 |
Color Harmonies of #91758F
Complementary color
Monochromatic Colors of #91758F
Black with #91758F
Text Example
Text Example
White with #91758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91758F; }
p { color: rgb(145,117,143); }
H1.HeaderClassName
{
color: #91758F;
}
.AnyTagClassName
{
color: #91758F;
}
</style>
background-color css
<style>
a { background-color: #91758F; }
a { background-color: rgb(145,117,143); }
div.DivClassName
{
background-color: #91758F;
}
.BgClassName
{
background-color: #91758F;
}
</style>
border-color css
<style>
span { border-color: #91758F; }
span { border-color: rgb(145,117,143); }
td.TdClassName
{
border-color: #91758F;
}
.TagClassName
{
border-color: #91758F;
}
</style>