#91758C

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

Shades of Mountbatten Pink #91758C

Tints of Mountbatten Pink #91758C

Color information

#91758C (or 0x91758C) is unknown color: approx Mountbatten Pink. HEX triplet: 91, 75 and 8C. RGB value is (145,117,140). Sum of RGB (Red+Green+Blue) = 145+117+140=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 145 - color contains mainly: red. Hex color #91758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91758C is #6E8A73. Grayscale: #7F7F7F. Windows color (decimal): -7244404 or 9205137. OLE color: 9205137.

HSL color Cylindrical-coordinate representation of color #91758C: hue angle of 310.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91758C is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB145117140-
CMYK00.190.030.43
HSL310.71º11.29%51.37%-
HSV(B)310.71º19.31%56.86%-
XYZ22.7720.6427.59-
YUV127.99134.78140.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.07%
GREEN value IS 117 (46.09% from 255) = 29.10%
BLUE value IS 140 (55.08% from 255) = 34.83%
R=36.07%
G=29.10%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511714000.190.030.43310.7111.2951.37
Hex91758C01332B137b33
Octal2211652140233534671363
Binary10010001111010110001100010011111010111001101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91758C; }

 p { color: rgb(145,117,140); }

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

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

 a { background-color: rgb(145,117,140); }

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

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

 span { border-color: rgb(145,117,140); }

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