Shades of Mountbatten Pink #9C7A8A
Tints of Mountbatten Pink #9C7A8A
RGB
CMYK
RGB Variations
Color information
#9C7A8A (or 0x9C7A8A) is known color: Mountbatten Pink. HEX triplet: 9C, 7A and 8A. RGB value is (156,122,138). Sum of RGB (Red+Green+Blue) = 156+122+138=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7A8A is #638575. Grayscale: #858585. Windows color (decimal): -6522230 or 9075356. OLE color: 9075356.
HSL color Cylindrical-coordinate representation of color #9C7A8A: hue angle of 331.76º 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 #9C7A8A is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 122 | 138 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.39 |
| HSL | 331.76º | 0.15% | 0.55% | - |
| HSV(B) | 331.76º | 0.22% | 0.61% | - |
| XYZ | 25.26 | 22.82 | 27.12 | - |
| YUV | 133.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 122 | 138 | 0 | 0.22 | 0.12 | 0.39 | 331.76 | 0.15 | 0.55 |
| Hex | 9C | 7A | 8A | 0 | 16 | C | 27 | 14C | F | 37 |
| Octal | 234 | 172 | 212 | 0 | 26 | 14 | 47 | 514 | 17 | 67 |
| Binary | 10011100 | 1111010 | 10001010 | 0 | 10110 | 1100 | 100111 | 101001100 | 1111 | 110111 |
Color Harmonies of #9C7A8A
Complementary color
Monochromatic Colors of #9C7A8A
Black with #9C7A8A
Text Example
Text Example
White with #9C7A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7A8A; }
p { color: rgb(156,122,138); }
H1.HeaderClassName
{
color: #9C7A8A;
}
.AnyTagClassName
{
color: #9C7A8A;
}
</style>
background-color css
<style>
a { background-color: #9C7A8A; }
a { background-color: rgb(156,122,138); }
div.DivClassName
{
background-color: #9C7A8A;
}
.BgClassName
{
background-color: #9C7A8A;
}
</style>
border-color css
<style>
span { border-color: #9C7A8A; }
span { border-color: rgb(156,122,138); }
td.TdClassName
{
border-color: #9C7A8A;
}
.TagClassName
{
border-color: #9C7A8A;
}
</style>