Shades of Mountbatten Pink #9D6B8D
Tints of Mountbatten Pink #9D6B8D
RGB
CMYK
RGB Variations
Color information
#9D6B8D (or 0x9D6B8D) is known color: Mountbatten Pink. HEX triplet: 9D, 6B and 8D. RGB value is (157,107,141). Sum of RGB (Red+Green+Blue) = 157+107+141=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6B8D is #629472. Grayscale: #7D7D7D. Windows color (decimal): -6460531 or 9268125. OLE color: 9268125.
HSL color Cylindrical-coordinate representation of color #9D6B8D: hue angle of 319.2º degrees, saturation: 0.2, 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 #9D6B8D is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 107 | 141 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.38 |
| HSL | 319.2º | 0.2% | 0.52% | - |
| HSV(B) | 319.2º | 0.32% | 0.62% | - |
| XYZ | 23.97 | 19.61 | 27.72 | - |
| YUV | 125.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 107 | 141 | 0 | 0.32 | 0.10 | 0.38 | 319.2 | 0.2 | 0.52 |
| Hex | 9D | 6B | 8D | 0 | 20 | A | 26 | 13F | 14 | 34 |
| Octal | 235 | 153 | 215 | 0 | 40 | 12 | 46 | 477 | 24 | 64 |
| Binary | 10011101 | 1101011 | 10001101 | 0 | 100000 | 1010 | 100110 | 100111111 | 10100 | 110100 |
Color Harmonies of #9D6B8D
Complementary color
Monochromatic Colors of #9D6B8D
Black with #9D6B8D
Text Example
Text Example
White with #9D6B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6B8D; }
p { color: rgb(157,107,141); }
H1.HeaderClassName
{
color: #9D6B8D;
}
.AnyTagClassName
{
color: #9D6B8D;
}
</style>
background-color css
<style>
a { background-color: #9D6B8D; }
a { background-color: rgb(157,107,141); }
div.DivClassName
{
background-color: #9D6B8D;
}
.BgClassName
{
background-color: #9D6B8D;
}
</style>
border-color css
<style>
span { border-color: #9D6B8D; }
span { border-color: rgb(157,107,141); }
td.TdClassName
{
border-color: #9D6B8D;
}
.TagClassName
{
border-color: #9D6B8D;
}
</style>