Shades of Mountbatten Pink #906B8A
Tints of Mountbatten Pink #906B8A
RGB
CMYK
RGB Variations
Color information
#906B8A (or 0x906B8A) is known color: Mountbatten Pink. HEX triplet: 90, 6B and 8A. RGB value is (144,107,138). Sum of RGB (Red+Green+Blue) = 144+107+138=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 144 - color contains mainly: red. Hex color #906B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906B8A is #6F9475. Grayscale: #797979. Windows color (decimal): -7312502 or 9071504. OLE color: 9071504.
HSL color Cylindrical-coordinate representation of color #906B8A: hue angle of 309.73º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #906B8A is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 107 | 138 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.44 |
| HSL | 309.73º | 0.15% | 0.49% | - |
| HSV(B) | 309.73º | 0.26% | 0.56% | - |
| XYZ | 21.35 | 18.28 | 26.45 | - |
| YUV | 121.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 107 | 138 | 0 | 0.26 | 0.04 | 0.44 | 309.73 | 0.15 | 0.49 |
| Hex | 90 | 6B | 8A | 0 | 1A | 4 | 2C | 136 | F | 31 |
| Octal | 220 | 153 | 212 | 0 | 32 | 4 | 54 | 466 | 17 | 61 |
| Binary | 10010000 | 1101011 | 10001010 | 0 | 11010 | 100 | 101100 | 100110110 | 1111 | 110001 |
Color Harmonies of #906B8A
Complementary color
Monochromatic Colors of #906B8A
Black with #906B8A
Text Example
Text Example
White with #906B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906B8A; }
p { color: rgb(144,107,138); }
H1.HeaderClassName
{
color: #906B8A;
}
.AnyTagClassName
{
color: #906B8A;
}
</style>
background-color css
<style>
a { background-color: #906B8A; }
a { background-color: rgb(144,107,138); }
div.DivClassName
{
background-color: #906B8A;
}
.BgClassName
{
background-color: #906B8A;
}
</style>
border-color css
<style>
span { border-color: #906B8A; }
span { border-color: rgb(144,107,138); }
td.TdClassName
{
border-color: #906B8A;
}
.TagClassName
{
border-color: #906B8A;
}
</style>