Html Css Color HEX #8D6F87 Mountbatten Pink

📋 copy color: '#8D6F87'

red 141 ◦ green 111 ◦ blue 135

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

Shades of Mountbatten Pink #8D6F87

Tints of Mountbatten Pink #8D6F87

RGB

 RED value IS 141 (55.47% from 255) = 36.43%

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

 BLUE value IS 135 (53.13% from 255) = 34.88%

R = 36.43%
G = 28.68%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8D6F87 (or 0x8D6F87) is known color: Mountbatten Pink. HEX triplet: 8D, 6F and 87. RGB value is (141,111,135). Sum of RGB (Red+Green+Blue) = 141+111+135=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6F87 is #729078. Grayscale: #7A7A7A. Windows color (decimal): -7508089 or 8875917. OLE color: 8875917.

HSL color Cylindrical-coordinate representation of color #8D6F87: hue angle of 312º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D6F87 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 111 135 -
CMYK 0 0.21 0.04 0.45
HSL 312º 0.12% 0.49% -
HSV(B) 312º 0.21% 0.55% -
XYZ 21.04 18.78 25.44 -
YUV 122.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 141 111 135 0 0.21 0.04 0.45 312 0.12 0.49
Hex 8D 6F 87 0 15 4 2D 138 C 31
Octal 215 157 207 0 25 4 55 470 14 61
Binary 10001101 1101111 10000111 0 10101 100 101101 100111000 1100 110001

Color Harmonies of #8D6F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6F87

Black with #8D6F87

Text Example


Text Example

White with #8D6F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,111,135); }

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

background-color css

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

 a { background-color: rgb(141,111,135); }

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

border-color css

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

 span { border-color: rgb(141,111,135); }

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