#8F7589

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

Shades of Mountbatten Pink #8F7589

Tints of Mountbatten Pink #8F7589

Color information

#8F7589 (or 0x8F7589) is unknown color: approx Mountbatten Pink. HEX triplet: 8F, 75 and 89. RGB value is (143,117,137). Sum of RGB (Red+Green+Blue) = 143+117+137=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7589 is #708A76. Grayscale: #7F7F7F. Windows color (decimal): -7375479 or 9008527. OLE color: 9008527.

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

Color convert

RGB143117137-
CMYK00.180.040.44
HSL313.85º10.4%50.98%-
HSV(B)313.85º18.18%56.08%-
XYZ22.220.3726.43-
YUV127.05133.61139.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.02%
GREEN value IS 117 (46.09% from 255) = 29.47%
BLUE value IS 137 (53.91% from 255) = 34.51%
R=36.02%
G=29.47%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311713700.180.040.44313.8510.450.98
Hex8F758901242C13aa33
Octal2171652110224544721263
Binary100011111110101100010010100101001011001001110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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