Shades of Mountbatten Pink #9A6A8F
Tints of Mountbatten Pink #9A6A8F
RGB
CMYK
RGB Variations
Color information
#9A6A8F (or 0x9A6A8F) is known color: Mountbatten Pink. HEX triplet: 9A, 6A and 8F. RGB value is (154,106,143). Sum of RGB (Red+Green+Blue) = 154+106+143=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6A8F is #659570. Grayscale: #7C7C7C. Windows color (decimal): -6657393 or 9398938. OLE color: 9398938.
HSL color Cylindrical-coordinate representation of color #9A6A8F: hue angle of 313.75º 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 #9A6A8F is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 106 | 143 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.40 |
| HSL | 313.75º | 0.19% | 0.51% | - |
| HSV(B) | 313.75º | 0.31% | 0.6% | - |
| XYZ | 23.44 | 19.16 | 28.45 | - |
| YUV | 124.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 106 | 143 | 0 | 0.31 | 0.07 | 0.40 | 313.75 | 0.19 | 0.51 |
| Hex | 9A | 6A | 8F | 0 | 1F | 7 | 28 | 13A | 13 | 33 |
| Octal | 232 | 152 | 217 | 0 | 37 | 7 | 50 | 472 | 23 | 63 |
| Binary | 10011010 | 1101010 | 10001111 | 0 | 11111 | 111 | 101000 | 100111010 | 10011 | 110011 |
Color Harmonies of #9A6A8F
Complementary color
Monochromatic Colors of #9A6A8F
Black with #9A6A8F
Text Example
Text Example
White with #9A6A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6A8F; }
p { color: rgb(154,106,143); }
H1.HeaderClassName
{
color: #9A6A8F;
}
.AnyTagClassName
{
color: #9A6A8F;
}
</style>
background-color css
<style>
a { background-color: #9A6A8F; }
a { background-color: rgb(154,106,143); }
div.DivClassName
{
background-color: #9A6A8F;
}
.BgClassName
{
background-color: #9A6A8F;
}
</style>
border-color css
<style>
span { border-color: #9A6A8F; }
span { border-color: rgb(154,106,143); }
td.TdClassName
{
border-color: #9A6A8F;
}
.TagClassName
{
border-color: #9A6A8F;
}
</style>