Shades of Mountbatten Pink #98738A
Tints of Mountbatten Pink #98738A
RGB
CMYK
RGB Variations
Color information
#98738A (or 0x98738A) is known color: Mountbatten Pink. HEX triplet: 98, 73 and 8A. RGB value is (152,115,138). Sum of RGB (Red+Green+Blue) = 152+115+138=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #98738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98738A is #678C75. Grayscale: #808080. Windows color (decimal): -6786166 or 9073560. OLE color: 9073560.
HSL color Cylindrical-coordinate representation of color #98738A: hue angle of 322.7º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98738A is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 115 | 138 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.40 |
| HSL | 322.7º | 0.15% | 0.52% | - |
| HSV(B) | 322.7º | 0.24% | 0.6% | - |
| XYZ | 23.67 | 20.77 | 26.81 | - |
| YUV | 128.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 138 | 0 | 0.24 | 0.09 | 0.40 | 322.7 | 0.15 | 0.52 |
| Hex | 98 | 73 | 8A | 0 | 18 | 9 | 28 | 143 | F | 34 |
| Octal | 230 | 163 | 212 | 0 | 30 | 11 | 50 | 503 | 17 | 64 |
| Binary | 10011000 | 1110011 | 10001010 | 0 | 11000 | 1001 | 101000 | 101000011 | 1111 | 110100 |
Color Harmonies of #98738A
Complementary color
Monochromatic Colors of #98738A
Black with #98738A
Text Example
Text Example
White with #98738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98738A; }
p { color: rgb(152,115,138); }
H1.HeaderClassName
{
color: #98738A;
}
.AnyTagClassName
{
color: #98738A;
}
</style>
background-color css
<style>
a { background-color: #98738A; }
a { background-color: rgb(152,115,138); }
div.DivClassName
{
background-color: #98738A;
}
.BgClassName
{
background-color: #98738A;
}
</style>
border-color css
<style>
span { border-color: #98738A; }
span { border-color: rgb(152,115,138); }
td.TdClassName
{
border-color: #98738A;
}
.TagClassName
{
border-color: #98738A;
}
</style>