Shades of Mountbatten Pink #926F8E
Tints of Mountbatten Pink #926F8E
RGB
CMYK
RGB Variations
Color information
#926F8E (or 0x926F8E) is known color: Mountbatten Pink. HEX triplet: 92, 6F and 8E. RGB value is (146,111,142). Sum of RGB (Red+Green+Blue) = 146+111+142=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 146 - color contains mainly: red. Hex color #926F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926F8E is #6D9071. Grayscale: #7C7C7C. Windows color (decimal): -7180402 or 9334674. OLE color: 9334674.
HSL color Cylindrical-coordinate representation of color #926F8E: hue angle of 306.86º 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 #926F8E is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 111 | 142 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.43 |
| HSL | 306.86º | 0.14% | 0.5% | - |
| HSV(B) | 306.86º | 0.24% | 0.57% | - |
| XYZ | 22.42 | 19.43 | 28.16 | - |
| YUV | 125 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 142 | 0 | 0.24 | 0.03 | 0.43 | 306.86 | 0.14 | 0.5 |
| Hex | 92 | 6F | 8E | 0 | 18 | 3 | 2B | 133 | E | 32 |
| Octal | 222 | 157 | 216 | 0 | 30 | 3 | 53 | 463 | 16 | 62 |
| Binary | 10010010 | 1101111 | 10001110 | 0 | 11000 | 11 | 101011 | 100110011 | 1110 | 110010 |
Color Harmonies of #926F8E
Complementary color
Monochromatic Colors of #926F8E
Black with #926F8E
Text Example
Text Example
White with #926F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926F8E; }
p { color: rgb(146,111,142); }
H1.HeaderClassName
{
color: #926F8E;
}
.AnyTagClassName
{
color: #926F8E;
}
</style>
background-color css
<style>
a { background-color: #926F8E; }
a { background-color: rgb(146,111,142); }
div.DivClassName
{
background-color: #926F8E;
}
.BgClassName
{
background-color: #926F8E;
}
</style>
border-color css
<style>
span { border-color: #926F8E; }
span { border-color: rgb(146,111,142); }
td.TdClassName
{
border-color: #926F8E;
}
.TagClassName
{
border-color: #926F8E;
}
</style>