#8F7187

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

Shades of Mountbatten Pink #8F7187

Tints of Mountbatten Pink #8F7187

Color information

#8F7187 (or 0x8F7187) is unknown color: approx Mountbatten Pink. HEX triplet: 8F, 71 and 87. RGB value is (143,113,135). Sum of RGB (Red+Green+Blue) = 143+113+135=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7187 is #708E78. Grayscale: #7C7C7C. Windows color (decimal): -7376505 or 8876431. OLE color: 8876431.

HSL color Cylindrical-coordinate representation of color #8F7187: hue angle of 316º 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 #8F7187 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB143113135-
CMYK00.210.060.44
HSL316º11.81%50.2%-
HSV(B)316º20.98%56.08%-
XYZ21.6119.425.53-
YUV124.48133.94141.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.57%
GREEN value IS 113 (44.53% from 255) = 28.90%
BLUE value IS 135 (53.12% from 255) = 34.53%
R=36.57%
G=28.90%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311313500.210.060.4431611.8150.2
Hex8F718701562C13cc32
Octal2171612070256544741462
Binary100011111110001100001110101011101011001001111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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