Shades of Mountbatten Pink #936C8E
Tints of Mountbatten Pink #936C8E
RGB
CMYK
RGB Variations
Color information
#936C8E (or 0x936C8E) is known color: Mountbatten Pink. HEX triplet: 93, 6C and 8E. RGB value is (147,108,142). Sum of RGB (Red+Green+Blue) = 147+108+142=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 147 - color contains mainly: red. Hex color #936C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936C8E is #6C9371. Grayscale: #7B7B7B. Windows color (decimal): -7115634 or 9333907. OLE color: 9333907.
HSL color Cylindrical-coordinate representation of color #936C8E: hue angle of 307.69º degrees, saturation: 0.15, 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 #936C8E is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 108 | 142 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.42 |
| HSL | 307.69º | 0.15% | 0.5% | - |
| HSV(B) | 307.69º | 0.27% | 0.58% | - |
| XYZ | 22.28 | 18.88 | 28.06 | - |
| YUV | 123.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 108 | 142 | 0 | 0.27 | 0.03 | 0.42 | 307.69 | 0.15 | 0.5 |
| Hex | 93 | 6C | 8E | 0 | 1B | 3 | 2A | 134 | F | 32 |
| Octal | 223 | 154 | 216 | 0 | 33 | 3 | 52 | 464 | 17 | 62 |
| Binary | 10010011 | 1101100 | 10001110 | 0 | 11011 | 11 | 101010 | 100110100 | 1111 | 110010 |
Color Harmonies of #936C8E
Complementary color
Monochromatic Colors of #936C8E
Black with #936C8E
Text Example
Text Example
White with #936C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936C8E; }
p { color: rgb(147,108,142); }
H1.HeaderClassName
{
color: #936C8E;
}
.AnyTagClassName
{
color: #936C8E;
}
</style>
background-color css
<style>
a { background-color: #936C8E; }
a { background-color: rgb(147,108,142); }
div.DivClassName
{
background-color: #936C8E;
}
.BgClassName
{
background-color: #936C8E;
}
</style>
border-color css
<style>
span { border-color: #936C8E; }
span { border-color: rgb(147,108,142); }
td.TdClassName
{
border-color: #936C8E;
}
.TagClassName
{
border-color: #936C8E;
}
</style>