Shades of Mountbatten Pink #9D6A8F
Tints of Mountbatten Pink #9D6A8F
RGB
CMYK
RGB Variations
Color information
#9D6A8F (or 0x9D6A8F) is known color: Mountbatten Pink. HEX triplet: 9D, 6A and 8F. RGB value is (157,106,143). Sum of RGB (Red+Green+Blue) = 157+106+143=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6A8F is #629570. Grayscale: #7D7D7D. Windows color (decimal): -6460785 or 9398941. OLE color: 9398941.
HSL color Cylindrical-coordinate representation of color #9D6A8F: hue angle of 316.47º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D6A8F is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 106 | 143 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.38 |
| HSL | 316.47º | 0.21% | 0.52% | - |
| HSV(B) | 316.47º | 0.32% | 0.62% | - |
| XYZ | 24.02 | 19.46 | 28.48 | - |
| YUV | 125.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 106 | 143 | 0 | 0.32 | 0.09 | 0.38 | 316.47 | 0.21 | 0.52 |
| Hex | 9D | 6A | 8F | 0 | 20 | 9 | 26 | 13C | 15 | 34 |
| Octal | 235 | 152 | 217 | 0 | 40 | 11 | 46 | 474 | 25 | 64 |
| Binary | 10011101 | 1101010 | 10001111 | 0 | 100000 | 1001 | 100110 | 100111100 | 10101 | 110100 |
Color Harmonies of #9D6A8F
Complementary color
Monochromatic Colors of #9D6A8F
Black with #9D6A8F
Text Example
Text Example
White with #9D6A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6A8F; }
p { color: rgb(157,106,143); }
H1.HeaderClassName
{
color: #9D6A8F;
}
.AnyTagClassName
{
color: #9D6A8F;
}
</style>
background-color css
<style>
a { background-color: #9D6A8F; }
a { background-color: rgb(157,106,143); }
div.DivClassName
{
background-color: #9D6A8F;
}
.BgClassName
{
background-color: #9D6A8F;
}
</style>
border-color css
<style>
span { border-color: #9D6A8F; }
span { border-color: rgb(157,106,143); }
td.TdClassName
{
border-color: #9D6A8F;
}
.TagClassName
{
border-color: #9D6A8F;
}
</style>