Shades of Mountbatten Pink #9A7C8C
Tints of Mountbatten Pink #9A7C8C
RGB
CMYK
RGB Variations
Color information
#9A7C8C (or 0x9A7C8C) is known color: Mountbatten Pink. HEX triplet: 9A, 7C and 8C. RGB value is (154,124,140). Sum of RGB (Red+Green+Blue) = 154+124+140=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7C8C is #658373. Grayscale: #868686. Windows color (decimal): -6652788 or 9206938. OLE color: 9206938.
HSL color Cylindrical-coordinate representation of color #9A7C8C: hue angle of 328º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A7C8C is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 124 | 140 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.40 |
| HSL | 328º | 0.13% | 0.55% | - |
| HSV(B) | 328º | 0.19% | 0.6% | - |
| XYZ | 25.27 | 23.18 | 27.95 | - |
| YUV | 134.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 124 | 140 | 0 | 0.19 | 0.09 | 0.40 | 328 | 0.13 | 0.55 |
| Hex | 9A | 7C | 8C | 0 | 13 | 9 | 28 | 148 | D | 37 |
| Octal | 232 | 174 | 214 | 0 | 23 | 11 | 50 | 510 | 15 | 67 |
| Binary | 10011010 | 1111100 | 10001100 | 0 | 10011 | 1001 | 101000 | 101001000 | 1101 | 110111 |
Color Harmonies of #9A7C8C
Complementary color
Monochromatic Colors of #9A7C8C
Black with #9A7C8C
Text Example
Text Example
White with #9A7C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7C8C; }
p { color: rgb(154,124,140); }
H1.HeaderClassName
{
color: #9A7C8C;
}
.AnyTagClassName
{
color: #9A7C8C;
}
</style>
background-color css
<style>
a { background-color: #9A7C8C; }
a { background-color: rgb(154,124,140); }
div.DivClassName
{
background-color: #9A7C8C;
}
.BgClassName
{
background-color: #9A7C8C;
}
</style>
border-color css
<style>
span { border-color: #9A7C8C; }
span { border-color: rgb(154,124,140); }
td.TdClassName
{
border-color: #9A7C8C;
}
.TagClassName
{
border-color: #9A7C8C;
}
</style>