Shades of Mountbatten Pink #9E6A8E
Tints of Mountbatten Pink #9E6A8E
RGB
CMYK
RGB Variations
Color information
#9E6A8E (or 0x9E6A8E) is known color: Mountbatten Pink. HEX triplet: 9E, 6A and 8E. RGB value is (158,106,142). Sum of RGB (Red+Green+Blue) = 158+106+142=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6A8E is #619571. Grayscale: #7D7D7D. Windows color (decimal): -6395250 or 9333406. OLE color: 9333406.
HSL color Cylindrical-coordinate representation of color #9E6A8E: hue angle of 318.46º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E6A8E is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 106 | 142 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.38 |
| HSL | 318.46º | 0.21% | 0.52% | - |
| HSV(B) | 318.46º | 0.33% | 0.62% | - |
| XYZ | 24.14 | 19.53 | 28.09 | - |
| YUV | 125.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 106 | 142 | 0 | 0.33 | 0.10 | 0.38 | 318.46 | 0.21 | 0.52 |
| Hex | 9E | 6A | 8E | 0 | 21 | A | 26 | 13E | 15 | 34 |
| Octal | 236 | 152 | 216 | 0 | 41 | 12 | 46 | 476 | 25 | 64 |
| Binary | 10011110 | 1101010 | 10001110 | 0 | 100001 | 1010 | 100110 | 100111110 | 10101 | 110100 |
Color Harmonies of #9E6A8E
Complementary color
Monochromatic Colors of #9E6A8E
Black with #9E6A8E
Text Example
Text Example
White with #9E6A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6A8E; }
p { color: rgb(158,106,142); }
H1.HeaderClassName
{
color: #9E6A8E;
}
.AnyTagClassName
{
color: #9E6A8E;
}
</style>
background-color css
<style>
a { background-color: #9E6A8E; }
a { background-color: rgb(158,106,142); }
div.DivClassName
{
background-color: #9E6A8E;
}
.BgClassName
{
background-color: #9E6A8E;
}
</style>
border-color css
<style>
span { border-color: #9E6A8E; }
span { border-color: rgb(158,106,142); }
td.TdClassName
{
border-color: #9E6A8E;
}
.TagClassName
{
border-color: #9E6A8E;
}
</style>