Shades of Mountbatten Pink #9C8090
Tints of Mountbatten Pink #9C8090
RGB
CMYK
RGB Variations
Color information
#9C8090 (or 0x9C8090) is known color: Mountbatten Pink. HEX triplet: 9C, 80 and 90. RGB value is (156,128,144). Sum of RGB (Red+Green+Blue) = 156+128+144=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8090 is #637F6F. Grayscale: #8A8A8A. Windows color (decimal): -6520688 or 9470108. OLE color: 9470108.
HSL color Cylindrical-coordinate representation of color #9C8090: hue angle of 325.71º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9C8090 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 128 | 144 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.39 |
| HSL | 325.71º | 0.12% | 0.56% | - |
| HSV(B) | 325.71º | 0.18% | 0.61% | - |
| XYZ | 26.46 | 24.52 | 29.72 | - |
| YUV | 138.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 144 | 0 | 0.18 | 0.08 | 0.39 | 325.71 | 0.12 | 0.56 |
| Hex | 9C | 80 | 90 | 0 | 12 | 8 | 27 | 146 | C | 38 |
| Octal | 234 | 200 | 220 | 0 | 22 | 10 | 47 | 506 | 14 | 70 |
| Binary | 10011100 | 10000000 | 10010000 | 0 | 10010 | 1000 | 100111 | 101000110 | 1100 | 111000 |
Color Harmonies of #9C8090
Complementary color
Monochromatic Colors of #9C8090
Black with #9C8090
Text Example
Text Example
White with #9C8090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8090; }
p { color: rgb(156,128,144); }
H1.HeaderClassName
{
color: #9C8090;
}
.AnyTagClassName
{
color: #9C8090;
}
</style>
background-color css
<style>
a { background-color: #9C8090; }
a { background-color: rgb(156,128,144); }
div.DivClassName
{
background-color: #9C8090;
}
.BgClassName
{
background-color: #9C8090;
}
</style>
border-color css
<style>
span { border-color: #9C8090; }
span { border-color: rgb(156,128,144); }
td.TdClassName
{
border-color: #9C8090;
}
.TagClassName
{
border-color: #9C8090;
}
</style>