Shades of Mountbatten Pink #9A8493
Tints of Mountbatten Pink #9A8493
RGB
CMYK
RGB Variations
Color information
#9A8493 (or 0x9A8493) is known color: Mountbatten Pink. HEX triplet: 9A, 84 and 93. RGB value is (154,132,147). Sum of RGB (Red+Green+Blue) = 154+132+147=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8493 is #657B6C. Grayscale: #8C8C8C. Windows color (decimal): -6650733 or 9667738. OLE color: 9667738.
HSL color Cylindrical-coordinate representation of color #9A8493: hue angle of 319.09º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9A8493 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 132 | 147 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.40 |
| HSL | 319.09º | 0.1% | 0.56% | - |
| HSV(B) | 319.09º | 0.14% | 0.6% | - |
| XYZ | 26.84 | 25.48 | 31.11 | - |
| YUV | 140.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 147 | 0 | 0.14 | 0.05 | 0.40 | 319.09 | 0.1 | 0.56 |
| Hex | 9A | 84 | 93 | 0 | E | 5 | 28 | 13F | A | 38 |
| Octal | 232 | 204 | 223 | 0 | 16 | 5 | 50 | 477 | 12 | 70 |
| Binary | 10011010 | 10000100 | 10010011 | 0 | 1110 | 101 | 101000 | 100111111 | 1010 | 111000 |
Color Harmonies of #9A8493
Complementary color
Monochromatic Colors of #9A8493
Black with #9A8493
Text Example
Text Example
White with #9A8493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8493; }
p { color: rgb(154,132,147); }
H1.HeaderClassName
{
color: #9A8493;
}
.AnyTagClassName
{
color: #9A8493;
}
</style>
background-color css
<style>
a { background-color: #9A8493; }
a { background-color: rgb(154,132,147); }
div.DivClassName
{
background-color: #9A8493;
}
.BgClassName
{
background-color: #9A8493;
}
</style>
border-color css
<style>
span { border-color: #9A8493; }
span { border-color: rgb(154,132,147); }
td.TdClassName
{
border-color: #9A8493;
}
.TagClassName
{
border-color: #9A8493;
}
</style>