Shades of Mountbatten Pink #916E8C
Tints of Mountbatten Pink #916E8C
RGB
CMYK
RGB Variations
Color information
#916E8C (or 0x916E8C) is known color: Mountbatten Pink. HEX triplet: 91, 6E and 8C. RGB value is (145,110,140). Sum of RGB (Red+Green+Blue) = 145+110+140=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #916E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916E8C is #6E9173. Grayscale: #7B7B7B. Windows color (decimal): -7246196 or 9203345. OLE color: 9203345.
HSL color Cylindrical-coordinate representation of color #916E8C: hue angle of 308.57º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #916E8C is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 140 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.43 |
| HSL | 308.57º | 0.14% | 0.5% | - |
| HSV(B) | 308.57º | 0.24% | 0.57% | - |
| XYZ | 21.99 | 19.07 | 27.33 | - |
| YUV | 123.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 140 | 0 | 0.24 | 0.03 | 0.43 | 308.57 | 0.14 | 0.5 |
| Hex | 91 | 6E | 8C | 0 | 18 | 3 | 2B | 135 | E | 32 |
| Octal | 221 | 156 | 214 | 0 | 30 | 3 | 53 | 465 | 16 | 62 |
| Binary | 10010001 | 1101110 | 10001100 | 0 | 11000 | 11 | 101011 | 100110101 | 1110 | 110010 |
Color Harmonies of #916E8C
Complementary color
Monochromatic Colors of #916E8C
Black with #916E8C
Text Example
Text Example
White with #916E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E8C; }
p { color: rgb(145,110,140); }
H1.HeaderClassName
{
color: #916E8C;
}
.AnyTagClassName
{
color: #916E8C;
}
</style>
background-color css
<style>
a { background-color: #916E8C; }
a { background-color: rgb(145,110,140); }
div.DivClassName
{
background-color: #916E8C;
}
.BgClassName
{
background-color: #916E8C;
}
</style>
border-color css
<style>
span { border-color: #916E8C; }
span { border-color: rgb(145,110,140); }
td.TdClassName
{
border-color: #916E8C;
}
.TagClassName
{
border-color: #916E8C;
}
</style>