Html Css Color HEX #8F6F88 Mountbatten Pink

📋 copy color: '#8F6F88'

red 143 ◦ green 111 ◦ blue 136

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

Shades of Mountbatten Pink #8F6F88

Tints of Mountbatten Pink #8F6F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.87%

R = 36.67%
G = 28.46%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#8F6F88 (or 0x8F6F88) is known color: Mountbatten Pink. HEX triplet: 8F, 6F and 88. RGB value is (143,111,136). Sum of RGB (Red+Green+Blue) = 143+111+136=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6F88 is #709077. Grayscale: #7B7B7B. Windows color (decimal): -7377016 or 8941455. OLE color: 8941455.

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

Color convert

RGB 143 111 136 -
CMYK 0 0.22 0.05 0.44
HSL 313.13º 0.13% 0.5% -
HSV(B) 313.13º 0.22% 0.56% -
XYZ 21.46 18.99 25.83 -
YUV 123.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 143 111 136 0 0.22 0.05 0.44 313.13 0.13 0.5
Hex 8F 6F 88 0 16 5 2C 139 D 32
Octal 217 157 210 0 26 5 54 471 15 62
Binary 10001111 1101111 10001000 0 10110 101 101100 100111001 1101 110010

Color Harmonies of #8F6F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6F88

Black with #8F6F88

Text Example


Text Example

White with #8F6F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,111,136); }

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

background-color css

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

 a { background-color: rgb(143,111,136); }

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

border-color css

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

 span { border-color: rgb(143,111,136); }

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