Shades of Mountbatten Pink #9A6E8A
Tints of Mountbatten Pink #9A6E8A
RGB
CMYK
RGB Variations
Color information
#9A6E8A (or 0x9A6E8A) is known color: Mountbatten Pink. HEX triplet: 9A, 6E and 8A. RGB value is (154,110,138). Sum of RGB (Red+Green+Blue) = 154+110+138=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6E8A is #659175. Grayscale: #7E7E7E. Windows color (decimal): -6656374 or 9072282. OLE color: 9072282.
HSL color Cylindrical-coordinate representation of color #9A6E8A: hue angle of 321.82º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A6E8A is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 110 | 138 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.40 |
| HSL | 321.82º | 0.18% | 0.52% | - |
| HSV(B) | 321.82º | 0.29% | 0.6% | - |
| XYZ | 23.49 | 19.86 | 26.64 | - |
| YUV | 126.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 110 | 138 | 0 | 0.29 | 0.10 | 0.40 | 321.82 | 0.18 | 0.52 |
| Hex | 9A | 6E | 8A | 0 | 1D | A | 28 | 142 | 12 | 34 |
| Octal | 232 | 156 | 212 | 0 | 35 | 12 | 50 | 502 | 22 | 64 |
| Binary | 10011010 | 1101110 | 10001010 | 0 | 11101 | 1010 | 101000 | 101000010 | 10010 | 110100 |
Color Harmonies of #9A6E8A
Complementary color
Monochromatic Colors of #9A6E8A
Black with #9A6E8A
Text Example
Text Example
White with #9A6E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6E8A; }
p { color: rgb(154,110,138); }
H1.HeaderClassName
{
color: #9A6E8A;
}
.AnyTagClassName
{
color: #9A6E8A;
}
</style>
background-color css
<style>
a { background-color: #9A6E8A; }
a { background-color: rgb(154,110,138); }
div.DivClassName
{
background-color: #9A6E8A;
}
.BgClassName
{
background-color: #9A6E8A;
}
</style>
border-color css
<style>
span { border-color: #9A6E8A; }
span { border-color: rgb(154,110,138); }
td.TdClassName
{
border-color: #9A6E8A;
}
.TagClassName
{
border-color: #9A6E8A;
}
</style>