Shades of Mountbatten Pink #916D8A
Tints of Mountbatten Pink #916D8A
RGB
CMYK
RGB Variations
Color information
#916D8A (or 0x916D8A) is known color: Mountbatten Pink. HEX triplet: 91, 6D and 8A. RGB value is (145,109,138). Sum of RGB (Red+Green+Blue) = 145+109+138=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 145 - color contains mainly: red. Hex color #916D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916D8A is #6E9275. Grayscale: #7A7A7A. Windows color (decimal): -7246454 or 9072017. OLE color: 9072017.
HSL color Cylindrical-coordinate representation of color #916D8A: hue angle of 311.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #916D8A is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 109 | 138 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.43 |
| HSL | 311.67º | 0.14% | 0.5% | - |
| HSV(B) | 311.67º | 0.25% | 0.57% | - |
| XYZ | 21.73 | 18.79 | 26.53 | - |
| YUV | 123.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 138 | 0 | 0.25 | 0.05 | 0.43 | 311.67 | 0.14 | 0.5 |
| Hex | 91 | 6D | 8A | 0 | 19 | 5 | 2B | 138 | E | 32 |
| Octal | 221 | 155 | 212 | 0 | 31 | 5 | 53 | 470 | 16 | 62 |
| Binary | 10010001 | 1101101 | 10001010 | 0 | 11001 | 101 | 101011 | 100111000 | 1110 | 110010 |
Color Harmonies of #916D8A
Complementary color
Monochromatic Colors of #916D8A
Black with #916D8A
Text Example
Text Example
White with #916D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916D8A; }
p { color: rgb(145,109,138); }
H1.HeaderClassName
{
color: #916D8A;
}
.AnyTagClassName
{
color: #916D8A;
}
</style>
background-color css
<style>
a { background-color: #916D8A; }
a { background-color: rgb(145,109,138); }
div.DivClassName
{
background-color: #916D8A;
}
.BgClassName
{
background-color: #916D8A;
}
</style>
border-color css
<style>
span { border-color: #916D8A; }
span { border-color: rgb(145,109,138); }
td.TdClassName
{
border-color: #916D8A;
}
.TagClassName
{
border-color: #916D8A;
}
</style>