Shades of Mountbatten Pink #927D8A
Tints of Mountbatten Pink #927D8A
RGB
CMYK
RGB Variations
Color information
#927D8A (or 0x927D8A) is known color: Mountbatten Pink. HEX triplet: 92, 7D and 8A. RGB value is (146,125,138). Sum of RGB (Red+Green+Blue) = 146+125+138=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 146 - color contains mainly: red. Hex color #927D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927D8A is #6D8275. Grayscale: #848484. Windows color (decimal): -7176822 or 9076114. OLE color: 9076114.
HSL color Cylindrical-coordinate representation of color #927D8A: hue angle of 322.86º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #927D8A is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 138 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.43 |
| HSL | 322.86º | 0.09% | 0.53% | - |
| HSV(B) | 322.86º | 0.14% | 0.57% | - |
| XYZ | 23.78 | 22.61 | 27.16 | - |
| YUV | 132.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 138 | 0 | 0.14 | 0.05 | 0.43 | 322.86 | 0.09 | 0.53 |
| Hex | 92 | 7D | 8A | 0 | E | 5 | 2B | 143 | 9 | 35 |
| Octal | 222 | 175 | 212 | 0 | 16 | 5 | 53 | 503 | 11 | 65 |
| Binary | 10010010 | 1111101 | 10001010 | 0 | 1110 | 101 | 101011 | 101000011 | 1001 | 110101 |
Color Harmonies of #927D8A
Complementary color
Monochromatic Colors of #927D8A
Black with #927D8A
Text Example
Text Example
White with #927D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D8A; }
p { color: rgb(146,125,138); }
H1.HeaderClassName
{
color: #927D8A;
}
.AnyTagClassName
{
color: #927D8A;
}
</style>
background-color css
<style>
a { background-color: #927D8A; }
a { background-color: rgb(146,125,138); }
div.DivClassName
{
background-color: #927D8A;
}
.BgClassName
{
background-color: #927D8A;
}
</style>
border-color css
<style>
span { border-color: #927D8A; }
span { border-color: rgb(146,125,138); }
td.TdClassName
{
border-color: #927D8A;
}
.TagClassName
{
border-color: #927D8A;
}
</style>