Html Css Color HEX #8F6E8A Mountbatten Pink

📋 copy color: '#8F6E8A'

red 143 ◦ green 110 ◦ blue 138

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

Shades of Mountbatten Pink #8F6E8A

Tints of Mountbatten Pink #8F6E8A

RGB

 RED value IS 143 (56.25% from 255) = 36.57%

 GREEN value IS 110 (43.36% from 255) = 28.13%

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 36.57%
G = 28.13%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8F6E8A (or 0x8F6E8A) is known color: Mountbatten Pink. HEX triplet: 8F, 6E and 8A. RGB value is (143,110,138). Sum of RGB (Red+Green+Blue) = 143+110+138=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6E8A is #709175. Grayscale: #7A7A7A. Windows color (decimal): -7377270 or 9072271. OLE color: 9072271.

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

Color convert

RGB 143 110 138 -
CMYK 0 0.23 0.03 0.44
HSL 309.09º 0.13% 0.5% -
HSV(B) 309.09º 0.23% 0.56% -
XYZ 21.49 18.83 26.55 -
YUV 123.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 143 110 138 0 0.23 0.03 0.44 309.09 0.13 0.5
Hex 8F 6E 8A 0 17 3 2C 135 D 32
Octal 217 156 212 0 27 3 54 465 15 62
Binary 10001111 1101110 10001010 0 10111 11 101100 100110101 1101 110010

Color Harmonies of #8F6E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6E8A

Black with #8F6E8A

Text Example


Text Example

White with #8F6E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,110,138); }

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

background-color css

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

 a { background-color: rgb(143,110,138); }

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

border-color css

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

 span { border-color: rgb(143,110,138); }

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