#8E6F8A

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

Shades of Mountbatten Pink #8E6F8A

Tints of Mountbatten Pink #8E6F8A

Color information

#8E6F8A (or 0x8E6F8A) is unknown color: approx Mountbatten Pink. HEX triplet: 8E, 6F and 8A. RGB value is (142,111,138). Sum of RGB (Red+Green+Blue) = 142+111+138=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6F8A is #719075. Grayscale: #7B7B7B. Windows color (decimal): -7442550 or 9072526. OLE color: 9072526.

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

Color convert

RGB142111138-
CMYK00.220.030.44
HSL307.74º12.25%49.61%-
HSV(B)307.74º21.83%55.69%-
XYZ21.4318.9526.57-
YUV123.35136.27141.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.32%
GREEN value IS 111 (43.75% from 255) = 28.39%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=36.32%
G=28.39%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211113800.220.030.44307.7412.2549.61
Hex8E6F8A01632C134c32
Octal2161572120263544641462
Binary10001110110111110001010010110111011001001101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,111,138); }

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

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

 a { background-color: rgb(142,111,138); }

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

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

 span { border-color: rgb(142,111,138); }

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