#917187

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

Shades of Mountbatten Pink #917187

Tints of Mountbatten Pink #917187

Color information

#917187 (or 0x917187) is unknown color: approx Mountbatten Pink. HEX triplet: 91, 71 and 87. RGB value is (145,113,135). Sum of RGB (Red+Green+Blue) = 145+113+135=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #917187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917187 is #6E8E78. Grayscale: #7D7D7D. Windows color (decimal): -7245433 or 8876433. OLE color: 8876433.

HSL color Cylindrical-coordinate representation of color #917187: hue angle of 318.75º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #917187 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB145113135-
CMYK00.220.070.43
HSL318.75º12.7%50.59%-
HSV(B)318.75º22.07%56.86%-
XYZ21.9619.5825.54-
YUV125.08133.6142.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.90%
GREEN value IS 113 (44.53% from 255) = 28.75%
BLUE value IS 135 (53.12% from 255) = 34.35%
R=36.90%
G=28.75%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511313500.220.070.43318.7512.750.59
Hex91718701672B13fd33
Octal2211612070267534771563
Binary100100011110001100001110101101111010111001111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917187; }

 p { color: rgb(145,113,135); }

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

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

 a { background-color: rgb(145,113,135); }

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

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

 span { border-color: rgb(145,113,135); }

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