Shades of Mountbatten Pink #906C8B
Tints of Mountbatten Pink #906C8B
RGB
CMYK
RGB Variations
Color information
#906C8B (or 0x906C8B) is known color: Mountbatten Pink. HEX triplet: 90, 6C and 8B. RGB value is (144,108,139). Sum of RGB (Red+Green+Blue) = 144+108+139=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 144 - color contains mainly: red. Hex color #906C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906C8B is #6F9374. Grayscale: #7A7A7A. Windows color (decimal): -7312245 or 9137296. OLE color: 9137296.
HSL color Cylindrical-coordinate representation of color #906C8B: hue angle of 308.33º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #906C8B is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 108 | 139 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.44 |
| HSL | 308.33º | 0.14% | 0.49% | - |
| HSV(B) | 308.33º | 0.25% | 0.56% | - |
| XYZ | 21.52 | 18.52 | 26.87 | - |
| YUV | 122.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 139 | 0 | 0.25 | 0.03 | 0.44 | 308.33 | 0.14 | 0.49 |
| Hex | 90 | 6C | 8B | 0 | 19 | 3 | 2C | 134 | E | 31 |
| Octal | 220 | 154 | 213 | 0 | 31 | 3 | 54 | 464 | 16 | 61 |
| Binary | 10010000 | 1101100 | 10001011 | 0 | 11001 | 11 | 101100 | 100110100 | 1110 | 110001 |
Color Harmonies of #906C8B
Complementary color
Monochromatic Colors of #906C8B
Black with #906C8B
Text Example
Text Example
White with #906C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906C8B; }
p { color: rgb(144,108,139); }
H1.HeaderClassName
{
color: #906C8B;
}
.AnyTagClassName
{
color: #906C8B;
}
</style>
background-color css
<style>
a { background-color: #906C8B; }
a { background-color: rgb(144,108,139); }
div.DivClassName
{
background-color: #906C8B;
}
.BgClassName
{
background-color: #906C8B;
}
</style>
border-color css
<style>
span { border-color: #906C8B; }
span { border-color: rgb(144,108,139); }
td.TdClassName
{
border-color: #906C8B;
}
.TagClassName
{
border-color: #906C8B;
}
</style>