#916D8D

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

Shades of Mountbatten Pink #916D8D

Tints of Mountbatten Pink #916D8D

Color information

#916D8D (or 0x916D8D) is unknown color: approx Mountbatten Pink. HEX triplet: 91, 6D and 8D. RGB value is (145,109,141). Sum of RGB (Red+Green+Blue) = 145+109+141=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #916D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916D8D is #6E9272. Grayscale: #7B7B7B. Windows color (decimal): -7246451 or 9268625. OLE color: 9268625.

HSL color Cylindrical-coordinate representation of color #916D8D: hue angle of 306.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 #916D8D is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB145109141-
CMYK00.250.030.43
HSL306.67º14.17%49.8%-
HSV(B)306.67º24.83%56.86%-
XYZ21.9518.8827.69-
YUV123.41137.93143.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.71%
GREEN value IS 109 (42.97% from 255) = 27.59%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=36.71%
G=27.59%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510914100.250.030.43306.6714.1749.8
Hex916D8D01932B133e32
Octal2211552150313534631662
Binary10010001110110110001101011001111010111001100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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