#8F7189

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

Shades of Mountbatten Pink #8F7189

Tints of Mountbatten Pink #8F7189

Color information

#8F7189 (or 0x8F7189) is unknown color: approx Mountbatten Pink. HEX triplet: 8F, 71 and 89. RGB value is (143,113,137). Sum of RGB (Red+Green+Blue) = 143+113+137=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7189 is #708E76. Grayscale: #7C7C7C. Windows color (decimal): -7376503 or 9007503. OLE color: 9007503.

HSL color Cylindrical-coordinate representation of color #8F7189: hue angle of 312º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F7189 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB143113137-
CMYK00.210.040.44
HSL312º11.81%50.2%-
HSV(B)312º20.98%56.08%-
XYZ21.7519.4626.28-
YUV124.71134.94141.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.39%
GREEN value IS 113 (44.53% from 255) = 28.75%
BLUE value IS 137 (53.91% from 255) = 34.86%
R=36.39%
G=28.75%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311313700.210.040.4431211.8150.2
Hex8F718901542C138c32
Octal2171612110254544701462
Binary100011111110001100010010101011001011001001110001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F7189; }

 p { color: rgb(143,113,137); }

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

<style>
 a { background-color: #8F7189; }

 a { background-color: rgb(143,113,137); }

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

<style>
 span { border-color: #8F7189; }

 span { border-color: rgb(143,113,137); }

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