Shades of Mountbatten Pink #9C8293
Tints of Mountbatten Pink #9C8293
RGB
CMYK
RGB Variations
Color information
#9C8293 (or 0x9C8293) is known color: Mountbatten Pink. HEX triplet: 9C, 82 and 93. RGB value is (156,130,147). Sum of RGB (Red+Green+Blue) = 156+130+147=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8293 is #637D6C. Grayscale: #8B8B8B. Windows color (decimal): -6520173 or 9667228. OLE color: 9667228.
HSL color Cylindrical-coordinate representation of color #9C8293: hue angle of 320.77º 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 #9C8293 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 147 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.39 |
| HSL | 320.77º | 0.12% | 0.56% | - |
| HSV(B) | 320.77º | 0.17% | 0.61% | - |
| XYZ | 26.96 | 25.14 | 31.04 | - |
| YUV | 139.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 147 | 0 | 0.17 | 0.06 | 0.39 | 320.77 | 0.12 | 0.56 |
| Hex | 9C | 82 | 93 | 0 | 11 | 6 | 27 | 141 | C | 38 |
| Octal | 234 | 202 | 223 | 0 | 21 | 6 | 47 | 501 | 14 | 70 |
| Binary | 10011100 | 10000010 | 10010011 | 0 | 10001 | 110 | 100111 | 101000001 | 1100 | 111000 |
Color Harmonies of #9C8293
Complementary color
Monochromatic Colors of #9C8293
Black with #9C8293
Text Example
Text Example
White with #9C8293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8293; }
p { color: rgb(156,130,147); }
H1.HeaderClassName
{
color: #9C8293;
}
.AnyTagClassName
{
color: #9C8293;
}
</style>
background-color css
<style>
a { background-color: #9C8293; }
a { background-color: rgb(156,130,147); }
div.DivClassName
{
background-color: #9C8293;
}
.BgClassName
{
background-color: #9C8293;
}
</style>
border-color css
<style>
span { border-color: #9C8293; }
span { border-color: rgb(156,130,147); }
td.TdClassName
{
border-color: #9C8293;
}
.TagClassName
{
border-color: #9C8293;
}
</style>