Shades of Mountbatten Pink #9A6B8E
Tints of Mountbatten Pink #9A6B8E
RGB
CMYK
RGB Variations
Color information
#9A6B8E (or 0x9A6B8E) is known color: Mountbatten Pink. HEX triplet: 9A, 6B and 8E. RGB value is (154,107,142). Sum of RGB (Red+Green+Blue) = 154+107+142=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6B8E is #659471. Grayscale: #7C7C7C. Windows color (decimal): -6657138 or 9333658. OLE color: 9333658.
HSL color Cylindrical-coordinate representation of color #9A6B8E: hue angle of 315.32º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A6B8E is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 107 | 142 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.40 |
| HSL | 315.32º | 0.19% | 0.51% | - |
| HSV(B) | 315.32º | 0.31% | 0.6% | - |
| XYZ | 23.47 | 19.34 | 28.09 | - |
| YUV | 125.04 | 137.57 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 142 | 0 | 0.31 | 0.08 | 0.40 | 315.32 | 0.19 | 0.51 |
| Hex | 9A | 6B | 8E | 0 | 1F | 8 | 28 | 13B | 13 | 33 |
| Octal | 232 | 153 | 216 | 0 | 37 | 10 | 50 | 473 | 23 | 63 |
| Binary | 10011010 | 1101011 | 10001110 | 0 | 11111 | 1000 | 101000 | 100111011 | 10011 | 110011 |
Color Harmonies of #9A6B8E
Complementary color
Monochromatic Colors of #9A6B8E
Black with #9A6B8E
Text Example
Text Example
White with #9A6B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6B8E; }
p { color: rgb(154,107,142); }
H1.HeaderClassName
{
color: #9A6B8E;
}
.AnyTagClassName
{
color: #9A6B8E;
}
</style>
background-color css
<style>
a { background-color: #9A6B8E; }
a { background-color: rgb(154,107,142); }
div.DivClassName
{
background-color: #9A6B8E;
}
.BgClassName
{
background-color: #9A6B8E;
}
</style>
border-color css
<style>
span { border-color: #9A6B8E; }
span { border-color: rgb(154,107,142); }
td.TdClassName
{
border-color: #9A6B8E;
}
.TagClassName
{
border-color: #9A6B8E;
}
</style>