Shades of Mountbatten Pink #9C7A94
Tints of Mountbatten Pink #9C7A94
RGB
CMYK
RGB Variations
Color information
#9C7A94 (or 0x9C7A94) is known color: Mountbatten Pink. HEX triplet: 9C, 7A and 94. RGB value is (156,122,148). Sum of RGB (Red+Green+Blue) = 156+122+148=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7A94 is #63856B. Grayscale: #878787. Windows color (decimal): -6522220 or 9730716. OLE color: 9730716.
HSL color Cylindrical-coordinate representation of color #9C7A94: hue angle of 314.12º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C7A94 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 122 | 148 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.39 |
| HSL | 314.12º | 0.15% | 0.55% | - |
| HSV(B) | 314.12º | 0.22% | 0.61% | - |
| XYZ | 26.02 | 23.13 | 31.11 | - |
| YUV | 135.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 122 | 148 | 0 | 0.22 | 0.05 | 0.39 | 314.12 | 0.15 | 0.55 |
| Hex | 9C | 7A | 94 | 0 | 16 | 5 | 27 | 13A | F | 37 |
| Octal | 234 | 172 | 224 | 0 | 26 | 5 | 47 | 472 | 17 | 67 |
| Binary | 10011100 | 1111010 | 10010100 | 0 | 10110 | 101 | 100111 | 100111010 | 1111 | 110111 |
Color Harmonies of #9C7A94
Complementary color
Monochromatic Colors of #9C7A94
Black with #9C7A94
Text Example
Text Example
White with #9C7A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7A94; }
p { color: rgb(156,122,148); }
H1.HeaderClassName
{
color: #9C7A94;
}
.AnyTagClassName
{
color: #9C7A94;
}
</style>
background-color css
<style>
a { background-color: #9C7A94; }
a { background-color: rgb(156,122,148); }
div.DivClassName
{
background-color: #9C7A94;
}
.BgClassName
{
background-color: #9C7A94;
}
</style>
border-color css
<style>
span { border-color: #9C7A94; }
span { border-color: rgb(156,122,148); }
td.TdClassName
{
border-color: #9C7A94;
}
.TagClassName
{
border-color: #9C7A94;
}
</style>