Shades of Mountbatten Pink #9B7094
Tints of Mountbatten Pink #9B7094
RGB
CMYK
RGB Variations
Color information
#9B7094 (or 0x9B7094) is known color: Mountbatten Pink. HEX triplet: 9B, 70 and 94. RGB value is (155,112,148). Sum of RGB (Red+Green+Blue) = 155+112+148=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7094 is #648F6B. Grayscale: #808080. Windows color (decimal): -6590316 or 9728155. OLE color: 9728155.
HSL color Cylindrical-coordinate representation of color #9B7094: hue angle of 309.77º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B7094 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 112 | 148 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.39 |
| HSL | 309.77º | 0.18% | 0.52% | - |
| HSV(B) | 309.77º | 0.28% | 0.61% | - |
| XYZ | 24.66 | 20.7 | 30.71 | - |
| YUV | 128.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 148 | 0 | 0.28 | 0.05 | 0.39 | 309.77 | 0.18 | 0.52 |
| Hex | 9B | 70 | 94 | 0 | 1C | 5 | 27 | 136 | 12 | 34 |
| Octal | 233 | 160 | 224 | 0 | 34 | 5 | 47 | 466 | 22 | 64 |
| Binary | 10011011 | 1110000 | 10010100 | 0 | 11100 | 101 | 100111 | 100110110 | 10010 | 110100 |
Color Harmonies of #9B7094
Complementary color
Monochromatic Colors of #9B7094
Black with #9B7094
Text Example
Text Example
White with #9B7094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7094; }
p { color: rgb(155,112,148); }
H1.HeaderClassName
{
color: #9B7094;
}
.AnyTagClassName
{
color: #9B7094;
}
</style>
background-color css
<style>
a { background-color: #9B7094; }
a { background-color: rgb(155,112,148); }
div.DivClassName
{
background-color: #9B7094;
}
.BgClassName
{
background-color: #9B7094;
}
</style>
border-color css
<style>
span { border-color: #9B7094; }
span { border-color: rgb(155,112,148); }
td.TdClassName
{
border-color: #9B7094;
}
.TagClassName
{
border-color: #9B7094;
}
</style>