#916C8B

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

Shades of Mountbatten Pink #916C8B

Tints of Mountbatten Pink #916C8B

Color information

#916C8B (or 0x916C8B) is unknown color: approx Mountbatten Pink. HEX triplet: 91, 6C and 8B. RGB value is (145,108,139). Sum of RGB (Red+Green+Blue) = 145+108+139=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 145 - color contains mainly: red. Hex color #916C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916C8B is #6E9374. Grayscale: #7A7A7A. Windows color (decimal): -7246709 or 9137297. OLE color: 9137297.

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

Color convert

RGB145108139-
CMYK00.260.040.43
HSL309.73º14.62%49.61%-
HSV(B)309.73º25.52%56.86%-
XYZ21.718.6126.87-
YUV122.6137.26143.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.99%
GREEN value IS 108 (42.58% from 255) = 27.55%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=36.99%
G=27.55%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510813900.260.040.43309.7314.6249.61
Hex916C8B01A42B136f32
Octal2211542130324534661762
Binary100100011101100100010110110101001010111001101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,108,139); }

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

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

 a { background-color: rgb(145,108,139); }

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

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

 span { border-color: rgb(145,108,139); }

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