Shades of Mountbatten Pink #9A6C8C
Tints of Mountbatten Pink #9A6C8C
RGB
CMYK
RGB Variations
Color information
#9A6C8C (or 0x9A6C8C) is known color: Mountbatten Pink. HEX triplet: 9A, 6C and 8C. RGB value is (154,108,140). Sum of RGB (Red+Green+Blue) = 154+108+140=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6C8C is #659373. Grayscale: #7D7D7D. Windows color (decimal): -6656884 or 9202842. OLE color: 9202842.
HSL color Cylindrical-coordinate representation of color #9A6C8C: hue angle of 318.26º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A6C8C is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 108 | 140 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.40 |
| HSL | 318.26º | 0.19% | 0.51% | - |
| HSV(B) | 318.26º | 0.3% | 0.6% | - |
| XYZ | 23.42 | 19.49 | 27.34 | - |
| YUV | 125.4 | 136.24 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 140 | 0 | 0.30 | 0.09 | 0.40 | 318.26 | 0.19 | 0.51 |
| Hex | 9A | 6C | 8C | 0 | 1E | 9 | 28 | 13E | 13 | 33 |
| Octal | 232 | 154 | 214 | 0 | 36 | 11 | 50 | 476 | 23 | 63 |
| Binary | 10011010 | 1101100 | 10001100 | 0 | 11110 | 1001 | 101000 | 100111110 | 10011 | 110011 |
Color Harmonies of #9A6C8C
Complementary color
Monochromatic Colors of #9A6C8C
Black with #9A6C8C
Text Example
Text Example
White with #9A6C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6C8C; }
p { color: rgb(154,108,140); }
H1.HeaderClassName
{
color: #9A6C8C;
}
.AnyTagClassName
{
color: #9A6C8C;
}
</style>
background-color css
<style>
a { background-color: #9A6C8C; }
a { background-color: rgb(154,108,140); }
div.DivClassName
{
background-color: #9A6C8C;
}
.BgClassName
{
background-color: #9A6C8C;
}
</style>
border-color css
<style>
span { border-color: #9A6C8C; }
span { border-color: rgb(154,108,140); }
td.TdClassName
{
border-color: #9A6C8C;
}
.TagClassName
{
border-color: #9A6C8C;
}
</style>