Shades of Mountbatten Pink #9C7495
Tints of Mountbatten Pink #9C7495
RGB
CMYK
RGB Variations
Color information
#9C7495 (or 0x9C7495) is known color: Mountbatten Pink. HEX triplet: 9C, 74 and 95. RGB value is (156,116,149). Sum of RGB (Red+Green+Blue) = 156+116+149=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7495 is #638B6A. Grayscale: #838383. Windows color (decimal): -6523755 or 9794716. OLE color: 9794716.
HSL color Cylindrical-coordinate representation of color #9C7495: hue angle of 310.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C7495 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 116 | 149 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.39 |
| HSL | 310.5º | 0.17% | 0.53% | - |
| HSV(B) | 310.5º | 0.26% | 0.61% | - |
| XYZ | 25.38 | 21.73 | 31.29 | - |
| YUV | 131.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 149 | 0 | 0.26 | 0.04 | 0.39 | 310.5 | 0.17 | 0.53 |
| Hex | 9C | 74 | 95 | 0 | 1A | 4 | 27 | 136 | 11 | 35 |
| Octal | 234 | 164 | 225 | 0 | 32 | 4 | 47 | 466 | 21 | 65 |
| Binary | 10011100 | 1110100 | 10010101 | 0 | 11010 | 100 | 100111 | 100110110 | 10001 | 110101 |
Color Harmonies of #9C7495
Complementary color
Monochromatic Colors of #9C7495
Black with #9C7495
Text Example
Text Example
White with #9C7495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7495; }
p { color: rgb(156,116,149); }
H1.HeaderClassName
{
color: #9C7495;
}
.AnyTagClassName
{
color: #9C7495;
}
</style>
background-color css
<style>
a { background-color: #9C7495; }
a { background-color: rgb(156,116,149); }
div.DivClassName
{
background-color: #9C7495;
}
.BgClassName
{
background-color: #9C7495;
}
</style>
border-color css
<style>
span { border-color: #9C7495; }
span { border-color: rgb(156,116,149); }
td.TdClassName
{
border-color: #9C7495;
}
.TagClassName
{
border-color: #9C7495;
}
</style>