Shades of Mountbatten Pink #998594
Tints of Mountbatten Pink #998594
RGB
CMYK
RGB Variations
Color information
#998594 (or 0x998594) is known color: Mountbatten Pink. HEX triplet: 99, 85 and 94. RGB value is (153,133,148). Sum of RGB (Red+Green+Blue) = 153+133+148=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #998594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998594 is #667A6B. Grayscale: #8C8C8C. Windows color (decimal): -6716012 or 9733529. OLE color: 9733529.
HSL color Cylindrical-coordinate representation of color #998594: hue angle of 315º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #998594 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 148 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.4 |
| HSL | 315º | 0.09% | 0.56% | - |
| HSV(B) | 315º | 0.13% | 0.6% | - |
| XYZ | 26.87 | 25.69 | 31.56 | - |
| YUV | 140.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 148 | 0 | 0.13 | 0.03 | 0.4 | 315 | 0.09 | 0.56 |
| Hex | 99 | 85 | 94 | 0 | D | 3 | 28 | 13B | 9 | 38 |
| Octal | 231 | 205 | 224 | 0 | 15 | 3 | 50 | 473 | 11 | 70 |
| Binary | 10011001 | 10000101 | 10010100 | 0 | 1101 | 11 | 101000 | 100111011 | 1001 | 111000 |
Color Harmonies of #998594
Complementary color
Monochromatic Colors of #998594
Black with #998594
Text Example
Text Example
White with #998594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998594; }
p { color: rgb(153,133,148); }
H1.HeaderClassName
{
color: #998594;
}
.AnyTagClassName
{
color: #998594;
}
</style>
background-color css
<style>
a { background-color: #998594; }
a { background-color: rgb(153,133,148); }
div.DivClassName
{
background-color: #998594;
}
.BgClassName
{
background-color: #998594;
}
</style>
border-color css
<style>
span { border-color: #998594; }
span { border-color: rgb(153,133,148); }
td.TdClassName
{
border-color: #998594;
}
.TagClassName
{
border-color: #998594;
}
</style>