#916D8A

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

Shades of Mountbatten Pink #916D8A

Tints of Mountbatten Pink #916D8A

Color information

#916D8A (or 0x916D8A) is unknown color: approx Mountbatten Pink. HEX triplet: 91, 6D and 8A. RGB value is (145,109,138). Sum of RGB (Red+Green+Blue) = 145+109+138=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 145 - color contains mainly: red. Hex color #916D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916D8A is #6E9275. Grayscale: #7A7A7A. Windows color (decimal): -7246454 or 9072017. OLE color: 9072017.

HSL color Cylindrical-coordinate representation of color #916D8A: hue angle of 311.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #916D8A is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB145109138-
CMYK00.250.050.43
HSL311.67º14.17%49.8%-
HSV(B)311.67º24.83%56.86%-
XYZ21.7318.7926.53-
YUV123.07136.43143.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.99%
GREEN value IS 109 (42.97% from 255) = 27.81%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=36.99%
G=27.81%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510913800.250.050.43311.6714.1749.8
Hex916D8A01952B138e32
Octal2211552120315534701662
Binary100100011101101100010100110011011010111001110001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916D8A; }

 p { color: rgb(145,109,138); }

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

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

 a { background-color: rgb(145,109,138); }

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

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

 span { border-color: rgb(145,109,138); }

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