Shades of Mountbatten Pink #926F8C
Tints of Mountbatten Pink #926F8C
RGB
CMYK
RGB Variations
Color information
#926F8C (or 0x926F8C) is known color: Mountbatten Pink. HEX triplet: 92, 6F and 8C. RGB value is (146,111,140). Sum of RGB (Red+Green+Blue) = 146+111+140=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 146 - color contains mainly: red. Hex color #926F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926F8C is #6D9073. Grayscale: #7C7C7C. Windows color (decimal): -7180404 or 9203602. OLE color: 9203602.
HSL color Cylindrical-coordinate representation of color #926F8C: hue angle of 310.29º 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 #926F8C is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 111 | 140 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.43 |
| HSL | 310.29º | 0.14% | 0.5% | - |
| HSV(B) | 310.29º | 0.24% | 0.57% | - |
| XYZ | 22.27 | 19.37 | 27.38 | - |
| YUV | 124.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 140 | 0 | 0.24 | 0.04 | 0.43 | 310.29 | 0.14 | 0.5 |
| Hex | 92 | 6F | 8C | 0 | 18 | 4 | 2B | 136 | E | 32 |
| Octal | 222 | 157 | 214 | 0 | 30 | 4 | 53 | 466 | 16 | 62 |
| Binary | 10010010 | 1101111 | 10001100 | 0 | 11000 | 100 | 101011 | 100110110 | 1110 | 110010 |
Color Harmonies of #926F8C
Complementary color
Monochromatic Colors of #926F8C
Black with #926F8C
Text Example
Text Example
White with #926F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926F8C; }
p { color: rgb(146,111,140); }
H1.HeaderClassName
{
color: #926F8C;
}
.AnyTagClassName
{
color: #926F8C;
}
</style>
background-color css
<style>
a { background-color: #926F8C; }
a { background-color: rgb(146,111,140); }
div.DivClassName
{
background-color: #926F8C;
}
.BgClassName
{
background-color: #926F8C;
}
</style>
border-color css
<style>
span { border-color: #926F8C; }
span { border-color: rgb(146,111,140); }
td.TdClassName
{
border-color: #926F8C;
}
.TagClassName
{
border-color: #926F8C;
}
</style>