Html Css Color HEX #8E6F8A Mountbatten Pink

📋 copy color: '#8E6F8A'

red 142 ◦ green 111 ◦ blue 138

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

Shades of Mountbatten Pink #8E6F8A

Tints of Mountbatten Pink #8E6F8A

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.3% from 255) = 35.29%

R = 36.32%
G = 28.39%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8E6F8A (or 0x8E6F8A) is known color: 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

RGB 142 111 138 -
CMYK 0 0.22 0.03 0.44
HSL 307.74º 0.12% 0.5% -
HSV(B) 307.74º 0.22% 0.56% -
XYZ 21.43 18.95 26.57 -
YUV 123.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 142 111 138 0 0.22 0.03 0.44 307.74 0.12 0.5
Hex 8E 6F 8A 0 16 3 2C 134 C 32
Octal 216 157 212 0 26 3 54 464 14 62
Binary 10001110 1101111 10001010 0 10110 11 101100 100110100 1100 110010

Color Harmonies of #8E6F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6F8A

Black with #8E6F8A

Text Example


Text Example

White with #8E6F8A

Text Example


Text Example

HTML Codes & Css Web 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>