Shades of Mountbatten Pink #9E6A92
Tints of Mountbatten Pink #9E6A92
RGB
CMYK
RGB Variations
Color information
#9E6A92 (or 0x9E6A92) is known color: Mountbatten Pink. HEX triplet: 9E, 6A and 92. RGB value is (158,106,146). Sum of RGB (Red+Green+Blue) = 158+106+146=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6A92 is #61956D. Grayscale: #7E7E7E. Windows color (decimal): -6395246 or 9595550. OLE color: 9595550.
HSL color Cylindrical-coordinate representation of color #9E6A92: hue angle of 313.85º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E6A92 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 106 | 146 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.38 |
| HSL | 313.85º | 0.21% | 0.52% | - |
| HSV(B) | 313.85º | 0.33% | 0.62% | - |
| XYZ | 24.44 | 19.65 | 29.7 | - |
| YUV | 126.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 106 | 146 | 0 | 0.33 | 0.08 | 0.38 | 313.85 | 0.21 | 0.52 |
| Hex | 9E | 6A | 92 | 0 | 21 | 8 | 26 | 13A | 15 | 34 |
| Octal | 236 | 152 | 222 | 0 | 41 | 10 | 46 | 472 | 25 | 64 |
| Binary | 10011110 | 1101010 | 10010010 | 0 | 100001 | 1000 | 100110 | 100111010 | 10101 | 110100 |
Color Harmonies of #9E6A92
Complementary color
Monochromatic Colors of #9E6A92
Black with #9E6A92
Text Example
Text Example
White with #9E6A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6A92; }
p { color: rgb(158,106,146); }
H1.HeaderClassName
{
color: #9E6A92;
}
.AnyTagClassName
{
color: #9E6A92;
}
</style>
background-color css
<style>
a { background-color: #9E6A92; }
a { background-color: rgb(158,106,146); }
div.DivClassName
{
background-color: #9E6A92;
}
.BgClassName
{
background-color: #9E6A92;
}
</style>
border-color css
<style>
span { border-color: #9E6A92; }
span { border-color: rgb(158,106,146); }
td.TdClassName
{
border-color: #9E6A92;
}
.TagClassName
{
border-color: #9E6A92;
}
</style>