Shades of Mountbatten Pink #936B8D
Tints of Mountbatten Pink #936B8D
RGB
CMYK
RGB Variations
Color information
#936B8D (or 0x936B8D) is known color: Mountbatten Pink. HEX triplet: 93, 6B and 8D. RGB value is (147,107,141). Sum of RGB (Red+Green+Blue) = 147+107+141=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 147 - color contains mainly: red. Hex color #936B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936B8D is #6C9472. Grayscale: #7A7A7A. Windows color (decimal): -7115891 or 9268115. OLE color: 9268115.
HSL color Cylindrical-coordinate representation of color #936B8D: hue angle of 309º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #936B8D is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 107 | 141 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.42 |
| HSL | 309º | 0.16% | 0.5% | - |
| HSV(B) | 309º | 0.27% | 0.58% | - |
| XYZ | 22.1 | 18.64 | 27.63 | - |
| YUV | 122.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 141 | 0 | 0.27 | 0.04 | 0.42 | 309 | 0.16 | 0.5 |
| Hex | 93 | 6B | 8D | 0 | 1B | 4 | 2A | 135 | 10 | 32 |
| Octal | 223 | 153 | 215 | 0 | 33 | 4 | 52 | 465 | 20 | 62 |
| Binary | 10010011 | 1101011 | 10001101 | 0 | 11011 | 100 | 101010 | 100110101 | 10000 | 110010 |
Color Harmonies of #936B8D
Complementary color
Monochromatic Colors of #936B8D
Black with #936B8D
Text Example
Text Example
White with #936B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936B8D; }
p { color: rgb(147,107,141); }
H1.HeaderClassName
{
color: #936B8D;
}
.AnyTagClassName
{
color: #936B8D;
}
</style>
background-color css
<style>
a { background-color: #936B8D; }
a { background-color: rgb(147,107,141); }
div.DivClassName
{
background-color: #936B8D;
}
.BgClassName
{
background-color: #936B8D;
}
</style>
border-color css
<style>
span { border-color: #936B8D; }
span { border-color: rgb(147,107,141); }
td.TdClassName
{
border-color: #936B8D;
}
.TagClassName
{
border-color: #936B8D;
}
</style>