Shades of Mountbatten Pink #926A8C
Tints of Mountbatten Pink #926A8C
RGB
CMYK
RGB Variations
Color information
#926A8C (or 0x926A8C) is known color: Mountbatten Pink. HEX triplet: 92, 6A and 8C. RGB value is (146,106,140). Sum of RGB (Red+Green+Blue) = 146+106+140=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #926A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926A8C is #6D9573. Grayscale: #797979. Windows color (decimal): -7181684 or 9202322. OLE color: 9202322.
HSL color Cylindrical-coordinate representation of color #926A8C: hue angle of 309º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #926A8C is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 106 | 140 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.43 |
| HSL | 309º | 0.16% | 0.49% | - |
| HSV(B) | 309º | 0.27% | 0.57% | - |
| XYZ | 21.74 | 18.31 | 27.2 | - |
| YUV | 121.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 140 | 0 | 0.27 | 0.04 | 0.43 | 309 | 0.16 | 0.49 |
| Hex | 92 | 6A | 8C | 0 | 1B | 4 | 2B | 135 | 10 | 31 |
| Octal | 222 | 152 | 214 | 0 | 33 | 4 | 53 | 465 | 20 | 61 |
| Binary | 10010010 | 1101010 | 10001100 | 0 | 11011 | 100 | 101011 | 100110101 | 10000 | 110001 |
Color Harmonies of #926A8C
Complementary color
Monochromatic Colors of #926A8C
Black with #926A8C
Text Example
Text Example
White with #926A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926A8C; }
p { color: rgb(146,106,140); }
H1.HeaderClassName
{
color: #926A8C;
}
.AnyTagClassName
{
color: #926A8C;
}
</style>
background-color css
<style>
a { background-color: #926A8C; }
a { background-color: rgb(146,106,140); }
div.DivClassName
{
background-color: #926A8C;
}
.BgClassName
{
background-color: #926A8C;
}
</style>
border-color css
<style>
span { border-color: #926A8C; }
span { border-color: rgb(146,106,140); }
td.TdClassName
{
border-color: #926A8C;
}
.TagClassName
{
border-color: #926A8C;
}
</style>