Shades of Mountbatten Pink #936F8A
Tints of Mountbatten Pink #936F8A
RGB
CMYK
RGB Variations
Color information
#936F8A (or 0x936F8A) is known color: Mountbatten Pink. HEX triplet: 93, 6F and 8A. RGB value is (147,111,138). Sum of RGB (Red+Green+Blue) = 147+111+138=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #936F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936F8A is #6C9075. Grayscale: #7C7C7C. Windows color (decimal): -7114870 or 9072531. OLE color: 9072531.
HSL color Cylindrical-coordinate representation of color #936F8A: hue angle of 315º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #936F8A is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 111 | 138 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.42 |
| HSL | 315º | 0.14% | 0.51% | - |
| HSV(B) | 315º | 0.24% | 0.58% | - |
| XYZ | 22.3 | 19.41 | 26.62 | - |
| YUV | 124.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 111 | 138 | 0 | 0.24 | 0.06 | 0.42 | 315 | 0.14 | 0.51 |
| Hex | 93 | 6F | 8A | 0 | 18 | 6 | 2A | 13B | E | 33 |
| Octal | 223 | 157 | 212 | 0 | 30 | 6 | 52 | 473 | 16 | 63 |
| Binary | 10010011 | 1101111 | 10001010 | 0 | 11000 | 110 | 101010 | 100111011 | 1110 | 110011 |
Color Harmonies of #936F8A
Complementary color
Monochromatic Colors of #936F8A
Black with #936F8A
Text Example
Text Example
White with #936F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936F8A; }
p { color: rgb(147,111,138); }
H1.HeaderClassName
{
color: #936F8A;
}
.AnyTagClassName
{
color: #936F8A;
}
</style>
background-color css
<style>
a { background-color: #936F8A; }
a { background-color: rgb(147,111,138); }
div.DivClassName
{
background-color: #936F8A;
}
.BgClassName
{
background-color: #936F8A;
}
</style>
border-color css
<style>
span { border-color: #936F8A; }
span { border-color: rgb(147,111,138); }
td.TdClassName
{
border-color: #936F8A;
}
.TagClassName
{
border-color: #936F8A;
}
</style>