Shades of Mountbatten Pink #9A698D
Tints of Mountbatten Pink #9A698D
RGB
CMYK
RGB Variations
Color information
#9A698D (or 0x9A698D) is known color: Mountbatten Pink. HEX triplet: 9A, 69 and 8D. RGB value is (154,105,141). Sum of RGB (Red+Green+Blue) = 154+105+141=400 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.5% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 154 - color contains mainly: red. Hex color #9A698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A698D is #659672. Grayscale: #7B7B7B. Windows color (decimal): -6657651 or 9267610. OLE color: 9267610.
HSL color Cylindrical-coordinate representation of color #9A698D: hue angle of 315.92º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A698D is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 105 | 141 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.40 |
| HSL | 315.92º | 0.2% | 0.51% | - |
| HSV(B) | 315.92º | 0.32% | 0.6% | - |
| XYZ | 23.19 | 18.9 | 27.62 | - |
| YUV | 123.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 141 | 0 | 0.32 | 0.08 | 0.40 | 315.92 | 0.2 | 0.51 |
| Hex | 9A | 69 | 8D | 0 | 20 | 8 | 28 | 13C | 14 | 33 |
| Octal | 232 | 151 | 215 | 0 | 40 | 10 | 50 | 474 | 24 | 63 |
| Binary | 10011010 | 1101001 | 10001101 | 0 | 100000 | 1000 | 101000 | 100111100 | 10100 | 110011 |
Color Harmonies of #9A698D
Complementary color
Monochromatic Colors of #9A698D
Black with #9A698D
Text Example
Text Example
White with #9A698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A698D; }
p { color: rgb(154,105,141); }
H1.HeaderClassName
{
color: #9A698D;
}
.AnyTagClassName
{
color: #9A698D;
}
</style>
background-color css
<style>
a { background-color: #9A698D; }
a { background-color: rgb(154,105,141); }
div.DivClassName
{
background-color: #9A698D;
}
.BgClassName
{
background-color: #9A698D;
}
</style>
border-color css
<style>
span { border-color: #9A698D; }
span { border-color: rgb(154,105,141); }
td.TdClassName
{
border-color: #9A698D;
}
.TagClassName
{
border-color: #9A698D;
}
</style>