Shades of Mountbatten Pink #9C6F8E
Tints of Mountbatten Pink #9C6F8E
RGB
CMYK
RGB Variations
Color information
#9C6F8E (or 0x9C6F8E) is known color: Mountbatten Pink. HEX triplet: 9C, 6F and 8E. RGB value is (156,111,142). Sum of RGB (Red+Green+Blue) = 156+111+142=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6F8E is #639071. Grayscale: #7F7F7F. Windows color (decimal): -6525042 or 9334684. OLE color: 9334684.
HSL color Cylindrical-coordinate representation of color #9C6F8E: hue angle of 318.67º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C6F8E is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 111 | 142 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.39 |
| HSL | 318.67º | 0.19% | 0.52% | - |
| HSV(B) | 318.67º | 0.29% | 0.61% | - |
| XYZ | 24.28 | 20.39 | 28.25 | - |
| YUV | 127.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 111 | 142 | 0 | 0.29 | 0.09 | 0.39 | 318.67 | 0.19 | 0.52 |
| Hex | 9C | 6F | 8E | 0 | 1D | 9 | 27 | 13F | 13 | 34 |
| Octal | 234 | 157 | 216 | 0 | 35 | 11 | 47 | 477 | 23 | 64 |
| Binary | 10011100 | 1101111 | 10001110 | 0 | 11101 | 1001 | 100111 | 100111111 | 10011 | 110100 |
Color Harmonies of #9C6F8E
Complementary color
Monochromatic Colors of #9C6F8E
Black with #9C6F8E
Text Example
Text Example
White with #9C6F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6F8E; }
p { color: rgb(156,111,142); }
H1.HeaderClassName
{
color: #9C6F8E;
}
.AnyTagClassName
{
color: #9C6F8E;
}
</style>
background-color css
<style>
a { background-color: #9C6F8E; }
a { background-color: rgb(156,111,142); }
div.DivClassName
{
background-color: #9C6F8E;
}
.BgClassName
{
background-color: #9C6F8E;
}
</style>
border-color css
<style>
span { border-color: #9C6F8E; }
span { border-color: rgb(156,111,142); }
td.TdClassName
{
border-color: #9C6F8E;
}
.TagClassName
{
border-color: #9C6F8E;
}
</style>