#917586

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

Shades of Mountbatten Pink #917586

Tints of Mountbatten Pink #917586

Color information

#917586 (or 0x917586) is unknown color: approx Mountbatten Pink. HEX triplet: 91, 75 and 86. RGB value is (145,117,134). Sum of RGB (Red+Green+Blue) = 145+117+134=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 145 - color contains mainly: red. Hex color #917586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917586 is #6E8A79. Grayscale: #7F7F7F. Windows color (decimal): -7244410 or 8811921. OLE color: 8811921.

HSL color Cylindrical-coordinate representation of color #917586: hue angle of 323.57º 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 #917586 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB145117134-
CMYK00.190.080.43
HSL323.57º11.29%51.37%-
HSV(B)323.57º19.31%56.86%-
XYZ22.3420.4625.33-
YUV127.31131.78140.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.62%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 134 (52.73% from 255) = 33.84%
R=36.62%
G=29.55%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511713400.190.080.43323.5711.2951.37
Hex91758601382B144b33
Octal22116520602310535041363
Binary1001000111101011000011001001110001010111010001001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917586; }

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

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

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

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

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

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

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

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