Shades of Mountbatten Pink #916F8B
Tints of Mountbatten Pink #916F8B
RGB
CMYK
RGB Variations
Color information
#916F8B (or 0x916F8B) is known color: Mountbatten Pink. HEX triplet: 91, 6F and 8B. RGB value is (145,111,139). Sum of RGB (Red+Green+Blue) = 145+111+139=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #916F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916F8B is #6E9074. Grayscale: #7C7C7C. Windows color (decimal): -7245941 or 9138065. OLE color: 9138065.
HSL color Cylindrical-coordinate representation of color #916F8B: hue angle of 310.59º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #916F8B is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 111 | 139 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.43 |
| HSL | 310.59º | 0.13% | 0.5% | - |
| HSV(B) | 310.59º | 0.23% | 0.57% | - |
| XYZ | 22.02 | 19.25 | 26.98 | - |
| YUV | 124.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 139 | 0 | 0.23 | 0.04 | 0.43 | 310.59 | 0.13 | 0.5 |
| Hex | 91 | 6F | 8B | 0 | 17 | 4 | 2B | 137 | D | 32 |
| Octal | 221 | 157 | 213 | 0 | 27 | 4 | 53 | 467 | 15 | 62 |
| Binary | 10010001 | 1101111 | 10001011 | 0 | 10111 | 100 | 101011 | 100110111 | 1101 | 110010 |
Color Harmonies of #916F8B
Complementary color
Monochromatic Colors of #916F8B
Black with #916F8B
Text Example
Text Example
White with #916F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F8B; }
p { color: rgb(145,111,139); }
H1.HeaderClassName
{
color: #916F8B;
}
.AnyTagClassName
{
color: #916F8B;
}
</style>
background-color css
<style>
a { background-color: #916F8B; }
a { background-color: rgb(145,111,139); }
div.DivClassName
{
background-color: #916F8B;
}
.BgClassName
{
background-color: #916F8B;
}
</style>
border-color css
<style>
span { border-color: #916F8B; }
span { border-color: rgb(145,111,139); }
td.TdClassName
{
border-color: #916F8B;
}
.TagClassName
{
border-color: #916F8B;
}
</style>