Shades of Mountbatten Pink #9C8191
Tints of Mountbatten Pink #9C8191
RGB
CMYK
RGB Variations
Color information
#9C8191 (or 0x9C8191) is known color: Mountbatten Pink. HEX triplet: 9C, 81 and 91. RGB value is (156,129,145). Sum of RGB (Red+Green+Blue) = 156+129+145=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8191 is #637E6E. Grayscale: #8A8A8A. Windows color (decimal): -6520431 or 9535900. OLE color: 9535900.
HSL color Cylindrical-coordinate representation of color #9C8191: hue angle of 324.44º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C8191 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 129 | 145 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.39 |
| HSL | 324.44º | 0.12% | 0.56% | - |
| HSV(B) | 324.44º | 0.17% | 0.61% | - |
| XYZ | 26.67 | 24.81 | 30.17 | - |
| YUV | 138.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 129 | 145 | 0 | 0.17 | 0.07 | 0.39 | 324.44 | 0.12 | 0.56 |
| Hex | 9C | 81 | 91 | 0 | 11 | 7 | 27 | 144 | C | 38 |
| Octal | 234 | 201 | 221 | 0 | 21 | 7 | 47 | 504 | 14 | 70 |
| Binary | 10011100 | 10000001 | 10010001 | 0 | 10001 | 111 | 100111 | 101000100 | 1100 | 111000 |
Color Harmonies of #9C8191
Complementary color
Monochromatic Colors of #9C8191
Black with #9C8191
Text Example
Text Example
White with #9C8191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8191; }
p { color: rgb(156,129,145); }
H1.HeaderClassName
{
color: #9C8191;
}
.AnyTagClassName
{
color: #9C8191;
}
</style>
background-color css
<style>
a { background-color: #9C8191; }
a { background-color: rgb(156,129,145); }
div.DivClassName
{
background-color: #9C8191;
}
.BgClassName
{
background-color: #9C8191;
}
</style>
border-color css
<style>
span { border-color: #9C8191; }
span { border-color: rgb(156,129,145); }
td.TdClassName
{
border-color: #9C8191;
}
.TagClassName
{
border-color: #9C8191;
}
</style>