Shades of Mountbatten Pink #9B7C93
Tints of Mountbatten Pink #9B7C93
RGB
CMYK
RGB Variations
Color information
#9B7C93 (or 0x9B7C93) is known color: Mountbatten Pink. HEX triplet: 9B, 7C and 93. RGB value is (155,124,147). Sum of RGB (Red+Green+Blue) = 155+124+147=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7C93 is #64836C. Grayscale: #878787. Windows color (decimal): -6587245 or 9665691. OLE color: 9665691.
HSL color Cylindrical-coordinate representation of color #9B7C93: hue angle of 315.48º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9B7C93 is Cyan = 0, Magento = 0.2, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 124 | 147 | - |
| CMYK | 0 | 0.2 | 0.05 | 0.39 |
| HSL | 315.48º | 0.13% | 0.55% | - |
| HSV(B) | 315.48º | 0.2% | 0.61% | - |
| XYZ | 25.99 | 23.49 | 30.77 | - |
| YUV | 135.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 124 | 147 | 0 | 0.2 | 0.05 | 0.39 | 315.48 | 0.13 | 0.55 |
| Hex | 9B | 7C | 93 | 0 | 14 | 5 | 27 | 13B | D | 37 |
| Octal | 233 | 174 | 223 | 0 | 24 | 5 | 47 | 473 | 15 | 67 |
| Binary | 10011011 | 1111100 | 10010011 | 0 | 10100 | 101 | 100111 | 100111011 | 1101 | 110111 |
Color Harmonies of #9B7C93
Complementary color
Monochromatic Colors of #9B7C93
Black with #9B7C93
Text Example
Text Example
White with #9B7C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7C93; }
p { color: rgb(155,124,147); }
H1.HeaderClassName
{
color: #9B7C93;
}
.AnyTagClassName
{
color: #9B7C93;
}
</style>
background-color css
<style>
a { background-color: #9B7C93; }
a { background-color: rgb(155,124,147); }
div.DivClassName
{
background-color: #9B7C93;
}
.BgClassName
{
background-color: #9B7C93;
}
</style>
border-color css
<style>
span { border-color: #9B7C93; }
span { border-color: rgb(155,124,147); }
td.TdClassName
{
border-color: #9B7C93;
}
.TagClassName
{
border-color: #9B7C93;
}
</style>