Shades of Mountbatten Pink #9D6690
Tints of Mountbatten Pink #9D6690
RGB
CMYK
RGB Variations
Color information
#9D6690 (or 0x9D6690) is known color: Mountbatten Pink. HEX triplet: 9D, 66 and 90. RGB value is (157,102,144). Sum of RGB (Red+Green+Blue) = 157+102+144=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6690 is #62996F. Grayscale: #7B7B7B. Windows color (decimal): -6461808 or 9463453. OLE color: 9463453.
HSL color Cylindrical-coordinate representation of color #9D6690: hue angle of 314.18º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D6690 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 102 | 144 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.38 |
| HSL | 314.18º | 0.22% | 0.51% | - |
| HSV(B) | 314.18º | 0.35% | 0.62% | - |
| XYZ | 23.69 | 18.68 | 28.74 | - |
| YUV | 123.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 102 | 144 | 0 | 0.35 | 0.08 | 0.38 | 314.18 | 0.22 | 0.51 |
| Hex | 9D | 66 | 90 | 0 | 23 | 8 | 26 | 13A | 16 | 33 |
| Octal | 235 | 146 | 220 | 0 | 43 | 10 | 46 | 472 | 26 | 63 |
| Binary | 10011101 | 1100110 | 10010000 | 0 | 100011 | 1000 | 100110 | 100111010 | 10110 | 110011 |
Color Harmonies of #9D6690
Complementary color
Monochromatic Colors of #9D6690
Black with #9D6690
Text Example
Text Example
White with #9D6690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6690; }
p { color: rgb(157,102,144); }
H1.HeaderClassName
{
color: #9D6690;
}
.AnyTagClassName
{
color: #9D6690;
}
</style>
background-color css
<style>
a { background-color: #9D6690; }
a { background-color: rgb(157,102,144); }
div.DivClassName
{
background-color: #9D6690;
}
.BgClassName
{
background-color: #9D6690;
}
</style>
border-color css
<style>
span { border-color: #9D6690; }
span { border-color: rgb(157,102,144); }
td.TdClassName
{
border-color: #9D6690;
}
.TagClassName
{
border-color: #9D6690;
}
</style>