Shades of Mountbatten Pink #9B6C91
Tints of Mountbatten Pink #9B6C91
RGB
CMYK
RGB Variations
Color information
#9B6C91 (or 0x9B6C91) is known color: Mountbatten Pink. HEX triplet: 9B, 6C and 91. RGB value is (155,108,145). Sum of RGB (Red+Green+Blue) = 155+108+145=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6C91 is #64936E. Grayscale: #7E7E7E. Windows color (decimal): -6591343 or 9530523. OLE color: 9530523.
HSL color Cylindrical-coordinate representation of color #9B6C91: hue angle of 312.77º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B6C91 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 108 | 145 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.39 |
| HSL | 312.77º | 0.19% | 0.52% | - |
| HSV(B) | 312.77º | 0.3% | 0.61% | - |
| XYZ | 23.99 | 19.74 | 29.33 | - |
| YUV | 126.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 108 | 145 | 0 | 0.30 | 0.06 | 0.39 | 312.77 | 0.19 | 0.52 |
| Hex | 9B | 6C | 91 | 0 | 1E | 6 | 27 | 139 | 13 | 34 |
| Octal | 233 | 154 | 221 | 0 | 36 | 6 | 47 | 471 | 23 | 64 |
| Binary | 10011011 | 1101100 | 10010001 | 0 | 11110 | 110 | 100111 | 100111001 | 10011 | 110100 |
Color Harmonies of #9B6C91
Complementary color
Monochromatic Colors of #9B6C91
Black with #9B6C91
Text Example
Text Example
White with #9B6C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6C91; }
p { color: rgb(155,108,145); }
H1.HeaderClassName
{
color: #9B6C91;
}
.AnyTagClassName
{
color: #9B6C91;
}
</style>
background-color css
<style>
a { background-color: #9B6C91; }
a { background-color: rgb(155,108,145); }
div.DivClassName
{
background-color: #9B6C91;
}
.BgClassName
{
background-color: #9B6C91;
}
</style>
border-color css
<style>
span { border-color: #9B6C91; }
span { border-color: rgb(155,108,145); }
td.TdClassName
{
border-color: #9B6C91;
}
.TagClassName
{
border-color: #9B6C91;
}
</style>