Shades of Mountbatten Pink #99838F
Tints of Mountbatten Pink #99838F
RGB
CMYK
RGB Variations
Color information
#99838F (or 0x99838F) is known color: Mountbatten Pink. HEX triplet: 99, 83 and 8F. RGB value is (153,131,143). Sum of RGB (Red+Green+Blue) = 153+131+143=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 153 - color contains mainly: red. Hex color #99838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99838F is #667C70. Grayscale: #8A8A8A. Windows color (decimal): -6716529 or 9405337. OLE color: 9405337.
HSL color Cylindrical-coordinate representation of color #99838F: hue angle of 327.27º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99838F is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 143 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.4 |
| HSL | 327.27º | 0.1% | 0.56% | - |
| HSV(B) | 327.27º | 0.14% | 0.6% | - |
| XYZ | 26.21 | 24.99 | 29.43 | - |
| YUV | 138.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 143 | 0 | 0.14 | 0.07 | 0.4 | 327.27 | 0.1 | 0.56 |
| Hex | 99 | 83 | 8F | 0 | E | 7 | 28 | 147 | A | 38 |
| Octal | 231 | 203 | 217 | 0 | 16 | 7 | 50 | 507 | 12 | 70 |
| Binary | 10011001 | 10000011 | 10001111 | 0 | 1110 | 111 | 101000 | 101000111 | 1010 | 111000 |
Color Harmonies of #99838F
Complementary color
Monochromatic Colors of #99838F
Black with #99838F
Text Example
Text Example
White with #99838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99838F; }
p { color: rgb(153,131,143); }
H1.HeaderClassName
{
color: #99838F;
}
.AnyTagClassName
{
color: #99838F;
}
</style>
background-color css
<style>
a { background-color: #99838F; }
a { background-color: rgb(153,131,143); }
div.DivClassName
{
background-color: #99838F;
}
.BgClassName
{
background-color: #99838F;
}
</style>
border-color css
<style>
span { border-color: #99838F; }
span { border-color: rgb(153,131,143); }
td.TdClassName
{
border-color: #99838F;
}
.TagClassName
{
border-color: #99838F;
}
</style>