#8E7388

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

Shades of Mountbatten Pink #8E7388

Tints of Mountbatten Pink #8E7388

Color information

#8E7388 (or 0x8E7388) is unknown color: approx Mountbatten Pink. HEX triplet: 8E, 73 and 88. RGB value is (142,115,136). Sum of RGB (Red+Green+Blue) = 142+115+136=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7388 is #718C77. Grayscale: #7D7D7D. Windows color (decimal): -7441528 or 8942478. OLE color: 8942478.

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

Color convert

RGB142115136-
CMYK00.190.040.44
HSL313.33º10.67%50.39%-
HSV(B)313.33º19.01%55.69%-
XYZ21.7319.7925.97-
YUV125.47133.95139.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.13%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=36.13%
G=29.26%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211513600.190.040.44313.3310.6750.39
Hex8E738801342C139b32
Octal2161632100234544711362
Binary100011101110011100010000100111001011001001110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,115,136); }

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

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

 a { background-color: rgb(142,115,136); }

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

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

 span { border-color: rgb(142,115,136); }

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