Shades of Mountbatten Pink #917A8A
Tints of Mountbatten Pink #917A8A
RGB
CMYK
RGB Variations
Color information
#917A8A (or 0x917A8A) is known color: Mountbatten Pink. HEX triplet: 91, 7A and 8A. RGB value is (145,122,138). Sum of RGB (Red+Green+Blue) = 145+122+138=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 145 - color contains mainly: red. Hex color #917A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917A8A is #6E8575. Grayscale: #828282. Windows color (decimal): -7243126 or 9075345. OLE color: 9075345.
HSL color Cylindrical-coordinate representation of color #917A8A: hue angle of 318.26º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #917A8A is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 138 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.43 |
| HSL | 318.26º | 0.09% | 0.52% | - |
| HSV(B) | 318.26º | 0.16% | 0.57% | - |
| XYZ | 23.22 | 21.77 | 27.02 | - |
| YUV | 130.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 138 | 0 | 0.16 | 0.05 | 0.43 | 318.26 | 0.09 | 0.52 |
| Hex | 91 | 7A | 8A | 0 | 10 | 5 | 2B | 13E | 9 | 34 |
| Octal | 221 | 172 | 212 | 0 | 20 | 5 | 53 | 476 | 11 | 64 |
| Binary | 10010001 | 1111010 | 10001010 | 0 | 10000 | 101 | 101011 | 100111110 | 1001 | 110100 |
Color Harmonies of #917A8A
Complementary color
Monochromatic Colors of #917A8A
Black with #917A8A
Text Example
Text Example
White with #917A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A8A; }
p { color: rgb(145,122,138); }
H1.HeaderClassName
{
color: #917A8A;
}
.AnyTagClassName
{
color: #917A8A;
}
</style>
background-color css
<style>
a { background-color: #917A8A; }
a { background-color: rgb(145,122,138); }
div.DivClassName
{
background-color: #917A8A;
}
.BgClassName
{
background-color: #917A8A;
}
</style>
border-color css
<style>
span { border-color: #917A8A; }
span { border-color: rgb(145,122,138); }
td.TdClassName
{
border-color: #917A8A;
}
.TagClassName
{
border-color: #917A8A;
}
</style>