#986E8F

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

Shades of Mountbatten Pink #986E8F

Tints of Mountbatten Pink #986E8F

Color information

#986E8F (or 0x986E8F) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 6E and 8F. RGB value is (152,110,143). Sum of RGB (Red+Green+Blue) = 152+110+143=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #986E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986E8F is #679170. Grayscale: #7E7E7E. Windows color (decimal): -6787441 or 9399960. OLE color: 9399960.

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

Color convert

RGB152110143-
CMYK00.280.060.40
HSL312.86º16.94%51.37%-
HSV(B)312.86º27.63%59.61%-
XYZ23.4819.8128.57-
YUV126.32137.41146.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.53%
GREEN value IS 110 (43.36% from 255) = 27.16%
BLUE value IS 143 (56.25% from 255) = 35.31%
R=37.53%
G=27.16%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211014300.280.060.40312.8616.9451.37
Hex986E8F01C6281391133
Octal2301562170346504712163
Binary1001100011011101000111101110011010100010011100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,110,143); }

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

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

 a { background-color: rgb(152,110,143); }

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

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

 span { border-color: rgb(152,110,143); }

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