Shades of Mountbatten Pink #9A6D92
Tints of Mountbatten Pink #9A6D92
RGB
CMYK
RGB Variations
Color information
#9A6D92 (or 0x9A6D92) is known color: Mountbatten Pink. HEX triplet: 9A, 6D and 92. RGB value is (154,109,146). Sum of RGB (Red+Green+Blue) = 154+109+146=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6D92 is #65926D. Grayscale: #7E7E7E. Windows color (decimal): -6656622 or 9596314. OLE color: 9596314.
HSL color Cylindrical-coordinate representation of color #9A6D92: hue angle of 310.67º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A6D92 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 109 | 146 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.40 |
| HSL | 310.67º | 0.18% | 0.52% | - |
| HSV(B) | 310.67º | 0.29% | 0.6% | - |
| XYZ | 23.98 | 19.88 | 29.77 | - |
| YUV | 126.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 109 | 146 | 0 | 0.29 | 0.05 | 0.40 | 310.67 | 0.18 | 0.52 |
| Hex | 9A | 6D | 92 | 0 | 1D | 5 | 28 | 137 | 12 | 34 |
| Octal | 232 | 155 | 222 | 0 | 35 | 5 | 50 | 467 | 22 | 64 |
| Binary | 10011010 | 1101101 | 10010010 | 0 | 11101 | 101 | 101000 | 100110111 | 10010 | 110100 |
Color Harmonies of #9A6D92
Complementary color
Monochromatic Colors of #9A6D92
Black with #9A6D92
Text Example
Text Example
White with #9A6D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6D92; }
p { color: rgb(154,109,146); }
H1.HeaderClassName
{
color: #9A6D92;
}
.AnyTagClassName
{
color: #9A6D92;
}
</style>
background-color css
<style>
a { background-color: #9A6D92; }
a { background-color: rgb(154,109,146); }
div.DivClassName
{
background-color: #9A6D92;
}
.BgClassName
{
background-color: #9A6D92;
}
</style>
border-color css
<style>
span { border-color: #9A6D92; }
span { border-color: rgb(154,109,146); }
td.TdClassName
{
border-color: #9A6D92;
}
.TagClassName
{
border-color: #9A6D92;
}
</style>