#947586

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

Shades of Mountbatten Pink #947586

Tints of Mountbatten Pink #947586

Color information

#947586 (or 0x947586) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 75 and 86. RGB value is (148,117,134). Sum of RGB (Red+Green+Blue) = 148+117+134=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #947586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947586 is #6B8A79. Grayscale: #808080. Windows color (decimal): -7047802 or 8811924. OLE color: 8811924.

HSL color Cylindrical-coordinate representation of color #947586: hue angle of 327.1º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #947586 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB148117134-
CMYK00.210.090.42
HSL327.1º12.65%51.96%-
HSV(B)327.1º20.95%58.04%-
XYZ22.8820.7425.35-
YUV128.21131.27142.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 117 (46.09% from 255) = 29.32%
BLUE value IS 134 (52.73% from 255) = 33.58%
R=37.09%
G=29.32%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811713400.210.090.42327.112.6551.96
Hex94758601592A147d34
Octal22416520602511525071564
Binary1001010011101011000011001010110011010101010001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947586; }

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

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

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

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

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

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

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

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