Shades of Mountbatten Pink #9A6E8C
Tints of Mountbatten Pink #9A6E8C
RGB
CMYK
RGB Variations
Color information
#9A6E8C (or 0x9A6E8C) is known color: Mountbatten Pink. HEX triplet: 9A, 6E and 8C. RGB value is (154,110,140). Sum of RGB (Red+Green+Blue) = 154+110+140=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6E8C is #659173. Grayscale: #7E7E7E. Windows color (decimal): -6656372 or 9203354. OLE color: 9203354.
HSL color Cylindrical-coordinate representation of color #9A6E8C: hue angle of 319.09º 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 #9A6E8C is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 110 | 140 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.40 |
| HSL | 319.09º | 0.18% | 0.52% | - |
| HSV(B) | 319.09º | 0.29% | 0.6% | - |
| XYZ | 23.64 | 19.92 | 27.41 | - |
| YUV | 126.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 110 | 140 | 0 | 0.29 | 0.09 | 0.40 | 319.09 | 0.18 | 0.52 |
| Hex | 9A | 6E | 8C | 0 | 1D | 9 | 28 | 13F | 12 | 34 |
| Octal | 232 | 156 | 214 | 0 | 35 | 11 | 50 | 477 | 22 | 64 |
| Binary | 10011010 | 1101110 | 10001100 | 0 | 11101 | 1001 | 101000 | 100111111 | 10010 | 110100 |
Color Harmonies of #9A6E8C
Complementary color
Monochromatic Colors of #9A6E8C
Black with #9A6E8C
Text Example
Text Example
White with #9A6E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6E8C; }
p { color: rgb(154,110,140); }
H1.HeaderClassName
{
color: #9A6E8C;
}
.AnyTagClassName
{
color: #9A6E8C;
}
</style>
background-color css
<style>
a { background-color: #9A6E8C; }
a { background-color: rgb(154,110,140); }
div.DivClassName
{
background-color: #9A6E8C;
}
.BgClassName
{
background-color: #9A6E8C;
}
</style>
border-color css
<style>
span { border-color: #9A6E8C; }
span { border-color: rgb(154,110,140); }
td.TdClassName
{
border-color: #9A6E8C;
}
.TagClassName
{
border-color: #9A6E8C;
}
</style>