Shades of Mountbatten Pink #9A6B8C
Tints of Mountbatten Pink #9A6B8C
RGB
CMYK
RGB Variations
Color information
#9A6B8C (or 0x9A6B8C) is known color: Mountbatten Pink. HEX triplet: 9A, 6B and 8C. RGB value is (154,107,140). Sum of RGB (Red+Green+Blue) = 154+107+140=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6B8C is #659473. Grayscale: #7C7C7C. Windows color (decimal): -6657140 or 9202586. OLE color: 9202586.
HSL color Cylindrical-coordinate representation of color #9A6B8C: hue angle of 317.87º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A6B8C is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 107 | 140 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.40 |
| HSL | 317.87º | 0.19% | 0.51% | - |
| HSV(B) | 317.87º | 0.31% | 0.6% | - |
| XYZ | 23.32 | 19.28 | 27.3 | - |
| YUV | 124.82 | 136.57 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 140 | 0 | 0.31 | 0.09 | 0.40 | 317.87 | 0.19 | 0.51 |
| Hex | 9A | 6B | 8C | 0 | 1F | 9 | 28 | 13E | 13 | 33 |
| Octal | 232 | 153 | 214 | 0 | 37 | 11 | 50 | 476 | 23 | 63 |
| Binary | 10011010 | 1101011 | 10001100 | 0 | 11111 | 1001 | 101000 | 100111110 | 10011 | 110011 |
Color Harmonies of #9A6B8C
Complementary color
Monochromatic Colors of #9A6B8C
Black with #9A6B8C
Text Example
Text Example
White with #9A6B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6B8C; }
p { color: rgb(154,107,140); }
H1.HeaderClassName
{
color: #9A6B8C;
}
.AnyTagClassName
{
color: #9A6B8C;
}
</style>
background-color css
<style>
a { background-color: #9A6B8C; }
a { background-color: rgb(154,107,140); }
div.DivClassName
{
background-color: #9A6B8C;
}
.BgClassName
{
background-color: #9A6B8C;
}
</style>
border-color css
<style>
span { border-color: #9A6B8C; }
span { border-color: rgb(154,107,140); }
td.TdClassName
{
border-color: #9A6B8C;
}
.TagClassName
{
border-color: #9A6B8C;
}
</style>