#8F7885

Color #8F7885 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #8F7885

Tints of Mountbatten Pink #8F7885

Color information

#8F7885 (or 0x8F7885) is unknown color: approx Mountbatten Pink. HEX triplet: 8F, 78 and 85. RGB value is (143,120,133). Sum of RGB (Red+Green+Blue) = 143+120+133=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7885 is #70877A. Grayscale: #808080. Windows color (decimal): -7374715 or 8747151. OLE color: 8747151.

HSL color Cylindrical-coordinate representation of color #8F7885: hue angle of 326.09º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F7885 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB143120133-
CMYK00.160.070.44
HSL326.09º9.31%51.57%-
HSV(B)326.09º16.08%56.08%-
XYZ22.2820.9725.06-
YUV128.36130.62138.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.11%
GREEN value IS 120 (47.27% from 255) = 30.30%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=36.11%
G=30.30%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312013300.160.070.44326.099.3151.57
Hex8F788501072C146934
Octal2171702050207545061164
Binary100011111111000100001010100001111011001010001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,120,133); }

 H1.HeaderClassName
 {
   color: #8F7885;
 }
 .AnyTagClassName
 {
   color: #8F7885;
 }
</style>
background-color css

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

 a { background-color: rgb(143,120,133); }

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

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

 span { border-color: rgb(143,120,133); }

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