#986F89

Color #986F89 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #986F89

Tints of Mountbatten Pink #986F89

Color information

#986F89 (or 0x986F89) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 6F and 89. RGB value is (152,111,137). Sum of RGB (Red+Green+Blue) = 152+111+137=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #986F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986F89 is #679076. Grayscale: #7E7E7E. Windows color (decimal): -6787191 or 9007000. OLE color: 9007000.

HSL color Cylindrical-coordinate representation of color #986F89: hue angle of 321.95º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #986F89 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB152111137-
CMYK00.270.100.40
HSL321.95º16.6%51.57%-
HSV(B)321.95º26.97%59.61%-
XYZ23.1519.8526.28-
YUV126.22134.08146.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 38%
GREEN value IS 111 (43.75% from 255) = 27.75%
BLUE value IS 137 (53.91% from 255) = 34.25%
R=38%
G=27.75%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211113700.270.100.40321.9516.651.57
Hex986F8901BA281421134
Octal23015721103312505022164
Binary10011000110111110001001011011101010100010100001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986F89; }

 p { color: rgb(152,111,137); }

 H1.HeaderClassName
 {
   color: #986F89;
 }
 .AnyTagClassName
 {
   color: #986F89;
 }
</style>
background-color css

<style>
 a { background-color: #986F89; }

 a { background-color: rgb(152,111,137); }

 div.DivClassName
 {
   background-color: #986F89;
 }
 .BgClassName
 {
   background-color: #986F89;
 }
</style>
border-color css

<style>
 span { border-color: #986F89; }

 span { border-color: rgb(152,111,137); }

 td.TdClassName
 {
   border-color: #986F89;
 }
 .TagClassName
 {
   border-color: #986F89;
 }
</style>