Html Css Color HEX #8E6F89 Mountbatten Pink

📋 copy color: '#8E6F89'

red 142 ◦ green 111 ◦ blue 137

#8E6F89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #8E6F89

Tints of Mountbatten Pink #8E6F89

RGB

 RED value IS 142 (55.86% from 255) = 36.41%

 GREEN value IS 111 (43.75% from 255) = 28.46%

 BLUE value IS 137 (53.91% from 255) = 35.13%

R = 36.41%
G = 28.46%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8E6F89 (or 0x8E6F89) is known color: Mountbatten Pink. HEX triplet: 8E, 6F and 89. RGB value is (142,111,137). Sum of RGB (Red+Green+Blue) = 142+111+137=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6F89 is #719076. Grayscale: #7B7B7B. Windows color (decimal): -7442551 or 9006990. OLE color: 9006990.

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

Color convert

RGB 142 111 137 -
CMYK 0 0.22 0.04 0.44
HSL 309.68º 0.12% 0.5% -
HSV(B) 309.68º 0.22% 0.56% -
XYZ 21.36 18.93 26.19 -
YUV 123.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 142 111 137 0 0.22 0.04 0.44 309.68 0.12 0.5
Hex 8E 6F 89 0 16 4 2C 136 C 32
Octal 216 157 211 0 26 4 54 466 14 62
Binary 10001110 1101111 10001001 0 10110 100 101100 100110110 1100 110010

Color Harmonies of #8E6F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6F89

Black with #8E6F89

Text Example


Text Example

White with #8E6F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E6F89;
 }
 .AnyTagClassName
 {
   color: #8E6F89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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