Shades of Mountbatten Pink #99808B
Tints of Mountbatten Pink #99808B
RGB
CMYK
RGB Variations
Color information
#99808B (or 0x99808B) is known color: Mountbatten Pink. HEX triplet: 99, 80 and 8B. RGB value is (153,128,139). Sum of RGB (Red+Green+Blue) = 153+128+139=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #99808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99808B is #667F74. Grayscale: #888888. Windows color (decimal): -6717301 or 9142425. OLE color: 9142425.
HSL color Cylindrical-coordinate representation of color #99808B: hue angle of 333.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99808B is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 139 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.4 |
| HSL | 333.6º | 0.11% | 0.55% | - |
| HSV(B) | 333.6º | 0.16% | 0.6% | - |
| XYZ | 25.52 | 24.07 | 27.73 | - |
| YUV | 136.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 139 | 0 | 0.16 | 0.09 | 0.4 | 333.6 | 0.11 | 0.55 |
| Hex | 99 | 80 | 8B | 0 | 10 | 9 | 28 | 14E | B | 37 |
| Octal | 231 | 200 | 213 | 0 | 20 | 11 | 50 | 516 | 13 | 67 |
| Binary | 10011001 | 10000000 | 10001011 | 0 | 10000 | 1001 | 101000 | 101001110 | 1011 | 110111 |
Color Harmonies of #99808B
Complementary color
Monochromatic Colors of #99808B
Black with #99808B
Text Example
Text Example
White with #99808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99808B; }
p { color: rgb(153,128,139); }
H1.HeaderClassName
{
color: #99808B;
}
.AnyTagClassName
{
color: #99808B;
}
</style>
background-color css
<style>
a { background-color: #99808B; }
a { background-color: rgb(153,128,139); }
div.DivClassName
{
background-color: #99808B;
}
.BgClassName
{
background-color: #99808B;
}
</style>
border-color css
<style>
span { border-color: #99808B; }
span { border-color: rgb(153,128,139); }
td.TdClassName
{
border-color: #99808B;
}
.TagClassName
{
border-color: #99808B;
}
</style>