Shades of Mountbatten Pink #98698C
Tints of Mountbatten Pink #98698C
RGB
CMYK
RGB Variations
Color information
#98698C (or 0x98698C) is known color: Mountbatten Pink. HEX triplet: 98, 69 and 8C. RGB value is (152,105,140). Sum of RGB (Red+Green+Blue) = 152+105+140=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #98698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98698C is #679673. Grayscale: #7A7A7A. Windows color (decimal): -6788724 or 9202072. OLE color: 9202072.
HSL color Cylindrical-coordinate representation of color #98698C: hue angle of 315.32º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98698C is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 140 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.40 |
| HSL | 315.32º | 0.19% | 0.5% | - |
| HSV(B) | 315.32º | 0.31% | 0.6% | - |
| XYZ | 22.73 | 18.67 | 27.22 | - |
| YUV | 123.04 | 137.57 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 140 | 0 | 0.31 | 0.08 | 0.40 | 315.32 | 0.19 | 0.5 |
| Hex | 98 | 69 | 8C | 0 | 1F | 8 | 28 | 13B | 13 | 32 |
| Octal | 230 | 151 | 214 | 0 | 37 | 10 | 50 | 473 | 23 | 62 |
| Binary | 10011000 | 1101001 | 10001100 | 0 | 11111 | 1000 | 101000 | 100111011 | 10011 | 110010 |
Color Harmonies of #98698C
Complementary color
Monochromatic Colors of #98698C
Black with #98698C
Text Example
Text Example
White with #98698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98698C; }
p { color: rgb(152,105,140); }
H1.HeaderClassName
{
color: #98698C;
}
.AnyTagClassName
{
color: #98698C;
}
</style>
background-color css
<style>
a { background-color: #98698C; }
a { background-color: rgb(152,105,140); }
div.DivClassName
{
background-color: #98698C;
}
.BgClassName
{
background-color: #98698C;
}
</style>
border-color css
<style>
span { border-color: #98698C; }
span { border-color: rgb(152,105,140); }
td.TdClassName
{
border-color: #98698C;
}
.TagClassName
{
border-color: #98698C;
}
</style>