Shades of Mountbatten Pink #9A6B8F
Tints of Mountbatten Pink #9A6B8F
RGB
CMYK
RGB Variations
Color information
#9A6B8F (or 0x9A6B8F) is known color: Mountbatten Pink. HEX triplet: 9A, 6B and 8F. RGB value is (154,107,143). Sum of RGB (Red+Green+Blue) = 154+107+143=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6B8F is #659470. Grayscale: #7D7D7D. Windows color (decimal): -6657137 or 9399194. OLE color: 9399194.
HSL color Cylindrical-coordinate representation of color #9A6B8F: hue angle of 314.04º 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 #9A6B8F is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 107 | 143 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.40 |
| HSL | 314.04º | 0.19% | 0.51% | - |
| HSV(B) | 314.04º | 0.31% | 0.6% | - |
| XYZ | 23.54 | 19.37 | 28.48 | - |
| YUV | 125.16 | 138.07 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 143 | 0 | 0.31 | 0.07 | 0.40 | 314.04 | 0.19 | 0.51 |
| Hex | 9A | 6B | 8F | 0 | 1F | 7 | 28 | 13A | 13 | 33 |
| Octal | 232 | 153 | 217 | 0 | 37 | 7 | 50 | 472 | 23 | 63 |
| Binary | 10011010 | 1101011 | 10001111 | 0 | 11111 | 111 | 101000 | 100111010 | 10011 | 110011 |
Color Harmonies of #9A6B8F
Complementary color
Monochromatic Colors of #9A6B8F
Black with #9A6B8F
Text Example
Text Example
White with #9A6B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6B8F; }
p { color: rgb(154,107,143); }
H1.HeaderClassName
{
color: #9A6B8F;
}
.AnyTagClassName
{
color: #9A6B8F;
}
</style>
background-color css
<style>
a { background-color: #9A6B8F; }
a { background-color: rgb(154,107,143); }
div.DivClassName
{
background-color: #9A6B8F;
}
.BgClassName
{
background-color: #9A6B8F;
}
</style>
border-color css
<style>
span { border-color: #9A6B8F; }
span { border-color: rgb(154,107,143); }
td.TdClassName
{
border-color: #9A6B8F;
}
.TagClassName
{
border-color: #9A6B8F;
}
</style>