Shades of Mountbatten Pink #9C7B8C
Tints of Mountbatten Pink #9C7B8C
RGB
CMYK
RGB Variations
Color information
#9C7B8C (or 0x9C7B8C) is known color: Mountbatten Pink. HEX triplet: 9C, 7B and 8C. RGB value is (156,123,140). Sum of RGB (Red+Green+Blue) = 156+123+140=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7B8C is #638473. Grayscale: #868686. Windows color (decimal): -6521972 or 9206684. OLE color: 9206684.
HSL color Cylindrical-coordinate representation of color #9C7B8C: hue angle of 329.09º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C7B8C is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
RGB | 156 | 123 | 140 | - |
CMYK | 0 | 0.21 | 0.10 | 0.39 |
HSL | 329.09º | 0.14% | 0.55% | - |
HSV(B) | 329.09º | 0.21% | 0.61% | - |
XYZ | 25.53 | 23.13 | 27.93 | - |
YUV | 134.81 | 130.93 | 143.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 123 | 140 | 0 | 0.21 | 0.10 | 0.39 | 329.09 | 0.14 | 0.55 |
Hex | 9C | 7B | 8C | 0 | 15 | A | 27 | 149 | E | 37 |
Octal | 234 | 173 | 214 | 0 | 25 | 12 | 47 | 511 | 16 | 67 |
Binary | 10011100 | 1111011 | 10001100 | 0 | 10101 | 1010 | 100111 | 101001001 | 1110 | 110111 |
Color Harmonies of #9C7B8C
Complementary color
Monochromatic Colors of #9C7B8C
Black with #9C7B8C
Text Example
Text Example
White with #9C7B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B8C; }
p { color: rgb(156,123,140); }
H1.HeaderClassName
{
color: #9C7B8C;
}
.AnyTagClassName
{
color: #9C7B8C;
}
</style>
background-color css
<style>
a { background-color: #9C7B8C; }
a { background-color: rgb(156,123,140); }
div.DivClassName
{
background-color: #9C7B8C;
}
.BgClassName
{
background-color: #9C7B8C;
}
</style>
border-color css
<style>
span { border-color: #9C7B8C; }
span { border-color: rgb(156,123,140); }
td.TdClassName
{
border-color: #9C7B8C;
}
.TagClassName
{
border-color: #9C7B8C;
}
</style>