Shades of Mountbatten Pink #9B8593
Tints of Mountbatten Pink #9B8593
RGB
CMYK
RGB Variations
Color information
#9B8593 (or 0x9B8593) is known color: Mountbatten Pink. HEX triplet: 9B, 85 and 93. RGB value is (155,133,147). Sum of RGB (Red+Green+Blue) = 155+133+147=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8593 is #647A6C. Grayscale: #8D8D8D. Windows color (decimal): -6584941 or 9667995. OLE color: 9667995.
HSL color Cylindrical-coordinate representation of color #9B8593: hue angle of 321.82º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B8593 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 133 | 147 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.39 |
| HSL | 321.82º | 0.1% | 0.56% | - |
| HSV(B) | 321.82º | 0.14% | 0.61% | - |
| XYZ | 27.17 | 25.85 | 31.16 | - |
| YUV | 141.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 133 | 147 | 0 | 0.14 | 0.05 | 0.39 | 321.82 | 0.1 | 0.56 |
| Hex | 9B | 85 | 93 | 0 | E | 5 | 27 | 142 | A | 38 |
| Octal | 233 | 205 | 223 | 0 | 16 | 5 | 47 | 502 | 12 | 70 |
| Binary | 10011011 | 10000101 | 10010011 | 0 | 1110 | 101 | 100111 | 101000010 | 1010 | 111000 |
Color Harmonies of #9B8593
Complementary color
Monochromatic Colors of #9B8593
Black with #9B8593
Text Example
Text Example
White with #9B8593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8593; }
p { color: rgb(155,133,147); }
H1.HeaderClassName
{
color: #9B8593;
}
.AnyTagClassName
{
color: #9B8593;
}
</style>
background-color css
<style>
a { background-color: #9B8593; }
a { background-color: rgb(155,133,147); }
div.DivClassName
{
background-color: #9B8593;
}
.BgClassName
{
background-color: #9B8593;
}
</style>
border-color css
<style>
span { border-color: #9B8593; }
span { border-color: rgb(155,133,147); }
td.TdClassName
{
border-color: #9B8593;
}
.TagClassName
{
border-color: #9B8593;
}
</style>